summaryrefslogtreecommitdiffstats
path: root/hello
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:11:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:11:46 +0000
commitc304643b962bb0d906e89e44feb74b07d1052e5b (patch)
tree939a73486b51bb95406357338b8903fc224aaaaf /hello
parent2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-examples-c304643b962bb0d906e89e44feb74b07d1052e5b.tar.bz2
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Update to account for movement of .cfg files.
Diffstat (limited to 'hello')
-rw-r--r--hello/ChangeLog4
-rw-r--r--hello/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/hello/ChangeLog b/hello/ChangeLog
index 1492cc9..85499fa 100644
--- a/hello/ChangeLog
+++ b/hello/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: Update to account for movement of .cfg files.
+
2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* both_hello/test.c, hello_world_c/test.c, posix_hello_world/test.c:
diff --git a/hello/Makefile b/hello/Makefile
index 9f3b0c3..316b776 100644
--- a/hello/Makefile
+++ b/hello/Makefile
@@ -4,7 +4,7 @@
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
SUBDIRS=hello_world_c