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/tests/mptests/mp03/Makefile.in | 2 +- c/src/tests/mptests/mp03/node1/Makefile.in | 2 +- c/src/tests/mptests/mp03/node2/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/tests/mptests/mp03') diff --git a/c/src/tests/mptests/mp03/Makefile.in b/c/src/tests/mptests/mp03/Makefile.in index a06ddd532a..37ccd4a4d8 100644 --- a/c/src/tests/mptests/mp03/Makefile.in +++ b/c/src/tests/mptests/mp03/Makefile.in @@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@ VPATH = @srcdir@ -include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg +include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg include $(RTEMS_ROOT)/make/directory.cfg SUB_DIRS=node1 node2 diff --git a/c/src/tests/mptests/mp03/node1/Makefile.in b/c/src/tests/mptests/mp03/node1/Makefile.in index 967a7dba18..231a156cf8 100644 --- a/c/src/tests/mptests/mp03/node1/Makefile.in +++ b/c/src/tests/mptests/mp03/node1/Makefile.in @@ -36,7 +36,7 @@ OBJS=$(C_O_FILES) PRINT_SRCS=$(DOCS) -include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg +include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg include $(RTEMS_ROOT)/make/leaf.cfg # diff --git a/c/src/tests/mptests/mp03/node2/Makefile.in b/c/src/tests/mptests/mp03/node2/Makefile.in index 5bee0f47cb..74654e5f91 100644 --- a/c/src/tests/mptests/mp03/node2/Makefile.in +++ b/c/src/tests/mptests/mp03/node2/Makefile.in @@ -36,7 +36,7 @@ OBJS=$(C_O_FILES) PRINT_SRCS=$(DOCS) -include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg +include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg include $(RTEMS_ROOT)/make/leaf.cfg # -- cgit v1.2.3