summaryrefslogtreecommitdiffstats
path: root/cxx
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:11:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:11:30 +0000
commit58c7ceebc8f2293c05764d2f2318b111667d2bbd (patch)
tree85ca923fab7f5fc1bddfd12f8a430344a18ba592 /cxx
parent2011-03-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-examples-58c7ceebc8f2293c05764d2f2318b111667d2bbd.tar.bz2
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile, libcpp/Makefile: Update to account for movement of .cfg files.
Diffstat (limited to 'cxx')
-rw-r--r--cxx/ChangeLog5
-rw-r--r--cxx/Makefile2
-rw-r--r--cxx/libcpp/Makefile2
3 files changed, 7 insertions, 2 deletions
diff --git a/cxx/ChangeLog b/cxx/ChangeLog
index b6c64ce..281e93a 100644
--- a/cxx/ChangeLog
+++ b/cxx/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile, libcpp/Makefile: Update to account for movement of .cfg
+ files.
+
2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* cxx_throw/init.cc: Turn off test when BSP_SMALL_MEMORY defined.
diff --git a/cxx/Makefile b/cxx/Makefile
index f373ac3..8933577 100644
--- a/cxx/Makefile
+++ b/cxx/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
# These tests require C++
ifneq ($(CXX_FOR_TARGET),)
diff --git a/cxx/libcpp/Makefile b/cxx/libcpp/Makefile
index f6133ac..c9c0500 100644
--- a/cxx/libcpp/Makefile
+++ b/cxx/libcpp/Makefile
@@ -25,7 +25,7 @@ OBJS=$(C_O_FILES) $(CC_O_FILES) $(CPP_O_FILES)
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/lib.cfg
+include $(RTEMS_SHARE)/make/lib.cfg
#
# Extra rules for other variations on C++ file name extensions