summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 19:41:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 19:41:09 +0000
commitcb5bfe40fd18a55e7e6a911fc9ac334b6eb55ef3 (patch)
tree5b6e809da7edcf80a4f38ffb1c575a0d1a17378f /c/src/exec/wrapup/Makefile.in
parentFixed libhwapi to reflect eeprom to non volatile memory rename. (diff)
downloadrtems-cb5bfe40fd18a55e7e6a911fc9ac334b6eb55ef3.tar.bz2
Removed CONFIG_DIR and PROJECT_HOME directories.
Diffstat (limited to 'c/src/exec/wrapup/Makefile.in')
-rw-r--r--c/src/exec/wrapup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/wrapup/Makefile.in b/c/src/exec/wrapup/Makefile.in
index 40e5810d44..c381c68568 100644
--- a/c/src/exec/wrapup/Makefile.in
+++ b/c/src/exec/wrapup/Makefile.in
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/directory.cfg
+include $(RTEMS_ROOT)/make/directory.cfg
POSIX_DIRS_yes_V=posix
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)