From 372e4e2758a71783ef18f413eb8fa365b7705d5b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Sep 2000 13:08:11 +0000 Subject: 2000-09-13 Ralf Corsepius * aclocal/rtems-top.m4: Add ENDIF-hack. * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack. --- automake/compile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'automake') diff --git a/automake/compile.am b/automake/compile.am index 29c7137732..a6c340c28b 100644 --- a/automake/compile.am +++ b/automake/compile.am @@ -175,6 +175,12 @@ depend-am: $(C_FILES) $(CC_FILES) $(S_FILES) mv $(DEPEND).tmp $(DEPEND) depend: depend-am +# pull in dependencies if they exist +ifeq (${DEPEND},$(wildcard ${DEPEND})) +include ${DEPEND} +@ENDIF@ + + # spell out all the LINK_FILE's, rather than using -lbsp, so # that $(LINK_FILES) can be a dependency -- cgit v1.2.3