From 771dac2a277b97eb8075e7225a4a10bec8602873 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 21 Mar 1998 14:34:58 +0000 Subject: POSIX not properly conditionalized --- c/src/exec/wrapup/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/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) -- cgit v1.2.3