Changeset c05edee in rtems
- Timestamp:
- 10/26/00 12:59:11 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2d5748f
- Parents:
- 5582de1
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r5582de1 rc05edee 1 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: add lib to the GNU canonicalized subdirectories, 4 make the lib directory before configuring lib/. 5 1 6 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/configure.in
r5582de1 rc05edee 32 32 hst_subdirs1="$hst_subdirs1 exec" 33 33 fi 34 cfg_subdirs="$cfg_subdirslib"34 hst_subdirs1="$hst_subdirs1 lib" 35 35 cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp" 36 36 hst_subdirs="libfs" … … 79 79 AC_OUTPUT( 80 80 Makefile 81 wrapup/Makefile 81 wrapup/Makefile,, 82 test -d lib || mkdir lib 82 83 ) 83 84
Note: See TracChangeset
for help on using the changeset viewer.