From c304643b962bb0d906e89e44feb74b07d1052e5b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Apr 2011 18:11:46 +0000 Subject: 2011-04-01 Joel Sherrill * Makefile: Update to account for movement of .cfg files. --- posix_api/ChangeLog | 4 ++++ posix_api/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'posix_api') diff --git a/posix_api/ChangeLog b/posix_api/ChangeLog index 3131096..e222816 100644 --- a/posix_api/ChangeLog +++ b/posix_api/ChangeLog @@ -1,3 +1,7 @@ +2011-04-01 Joel Sherrill + + * Makefile: Update to account for movement of .cfg files. + 2009-08-06 Joel Sherrill * psx_example_1/.cvsignore, psx_example_2/.cvsignore, diff --git a/posix_api/Makefile b/posix_api/Makefile index c247972..192c09b 100644 --- a/posix_api/Makefile +++ b/posix_api/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 # If the POSIX API isn't enabled, we can't build these ifeq ($(RTEMS_HAS_POSIX_API),yes) -- cgit v1.2.3