summaryrefslogtreecommitdiffstats
path: root/c/src/exec
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
parentFixed typo. (diff)
downloadrtems-771dac2a277b97eb8075e7225a4a10bec8602873.tar.bz2
POSIX not properly conditionalized
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/Makefile.in2
-rw-r--r--c/src/exec/wrapup/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/Makefile.in b/c/src/exec/Makefile.in
index 9a173b9141..9622e6de78 100644
--- a/c/src/exec/Makefile.in
+++ b/c/src/exec/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=score rtems $(POSIX_DIRS) sapi wrapup
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)