Changeset 3330ecb in rtems
- Timestamp:
- Oct 26, 1999, 2:45:04 AM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3f06778e
- Parents:
- 85cb0e5
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/Makefile.am
r85cb0e5 r3330ecb 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 SUBDIRS= @ subdirs@8 SUBDIRS= @cfg_subdirs@ wrapup tests 9 9 10 10 rtems_bspdir=$(prefix)/@RTEMS_BSP@ -
c/src/configure.in
r85cb0e5 r3330ecb 25 25 26 26 ## Note: the order of the directories below is essential 27 AC_CONFIG_SUBDIRS(make) 28 AC_CONFIG_SUBDIRS(exec) 29 AC_CONFIG_SUBDIRS(lib) 27 cfg_subdirs="make" 28 cfg_subdirs="$cfg_subdirs exec" 29 cfg_subdirs="$cfg_subdirs lib" 30 30 31 31 if test "$HAS_NETWORKING" = "yes"; then 32 cfg_subdirs=" libnetworking librpc"32 cfg_subdirs="$cfg_subdirs libnetworking librpc" 33 33 if test "$RTEMS_HAS_RDBG" = "yes"; then 34 34 RTEMS_CHECK_RDBG(RTEMS_BSP) … … 45 45 46 46 AC_CONFIG_SUBDIRS($cfg_subdirs) 47 AC_CONFIG_SUBDIRS(wrapup)48 47 AC_SUBST(cfg_subdirs) 49 48 AC_CONFIG_SUBDIRS(tests)
Note: See TracChangeset
for help on using the changeset viewer.