summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-08 07:29:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-08 07:29:35 +0000
commit337f82036900284d2b736f8a7fcfef3593763231 (patch)
tree1d02f7599a84216a84799c8c6bd004987bf49e84
parenta26bba59c37af53aa2a7cf0adcd79f34897ece7e (diff)
2011-03-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* classic_api/triple_period/Makefile: include $(PROJECT_ROOT)/make/leaf.cfg (Consistency with other Makefiles).
-rw-r--r--ChangeLog6
-rw-r--r--classic_api/triple_period/Makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b27207b..c96e6a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * classic_api/triple_period/Makefile:
+ include $(PROJECT_ROOT)/make/leaf.cfg
+ (Consistency with other Makefiles).
+
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Fix typo.
diff --git a/classic_api/triple_period/Makefile b/classic_api/triple_period/Makefile
index 32f9eef..8abf47f 100644
--- a/classic_api/triple_period/Makefile
+++ b/classic_api/triple_period/Makefile
@@ -17,7 +17,7 @@ OBJS=$(COBJS)
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/leaf.cfg
+include $(PROJECT_ROOT)/make/leaf.cfg
all: ${ARCH} $(PGM)