summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-21 14:34:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-21 14:34:58 +0000
commit771dac2a277b97eb8075e7225a4a10bec8602873 (patch)
tree48221204ae619849c76f65f4bf91159f22bfcd41 /c/src/exec/wrapup/Makefile.in
parentFixed typo. (diff)
downloadrtems-771dac2a277b97eb8075e7225a4a10bec8602873.tar.bz2
POSIX not properly conditionalized
Diffstat (limited to '')
-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 6a0ddd8187..cb22815ff3 100644
--- a/c/src/exec/wrapup/Makefile.in
+++ b/c/src/exec/wrapup/Makefile.in
@@ -12,7 +12,7 @@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
POSIX_DIRS_yes_V=posix
-POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
+POSIX_DIRS = $(POSIX_DIRS_$(RTEMS_HAS_POSIX_API)_V)
SUB_DIRS=rtems $(POSIX_DIRS)