From 196094eb79c6f6f139f7cab82d50f0dd3240f7dd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Apr 1999 13:19:14 +0000 Subject: Patch from Ralf Corsepius : This one is an enhancement to acpolish. It replaces some Makefile variables by others variable in Makefile.ins (tries to use unique name for some variables). It therefore eases parsing Makefile.ins for further automatic Makefile.in conversions in future. To apply: cd sh /rtems-rc-19990407-8.sh ./autogen --- c/src/lib/libbsp/unix/posix/startup/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/unix/posix/startup') diff --git a/c/src/lib/libbsp/unix/posix/startup/Makefile.in b/c/src/lib/libbsp/unix/posix/startup/Makefile.in index 33fd367e9e..d8478b3522 100644 --- a/c/src/lib/libbsp/unix/posix/startup/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/startup/Makefile.in @@ -35,7 +35,7 @@ OBJS=$(C_O_FILES) # We install the RTEMS constructor as a separate .o # so it can be easily place correctly by the compiler config file. -include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg +include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg include $(RTEMS_ROOT)/make/leaf.cfg ifeq ($(HAS_CPLUSPLUS),yes) -- cgit v1.2.3