Changeset 372e4e2 in rtems
- Timestamp:
- 09/13/00 13:08:11 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 943399b
- Parents:
- 2094513
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r2094513 r372e4e2 1 2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/rtems-top.m4: Add ENDIF-hack. 4 * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack. 5 1 6 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
aclocal/rtems-top.m4
r2094513 r372e4e2 11 11 AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl 12 12 AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl 13 14 ## HACK to allow gnu-make conditionals in automake-Makefiles. 15 ENDIF=endif 16 AC_SUBST(ENDIF) 13 17 14 18 AC_ARG_WITH(target-subdir, -
automake/compile.am
r2094513 r372e4e2 175 175 mv $(DEPEND).tmp $(DEPEND) 176 176 depend: depend-am 177 178 # pull in dependencies if they exist 179 ifeq (${DEPEND},$(wildcard ${DEPEND})) 180 include ${DEPEND} 181 @ENDIF@ 182 177 183 178 184 # spell out all the LINK_FILE's, rather than using -lbsp, so
Note: See TracChangeset
for help on using the changeset viewer.