Changeset 771dac2 in rtems


Ignore:
Timestamp:
03/21/98 14:34:58 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5b3cf09
Parents:
670b2edf
Message:

POSIX not properly conditionalized

Location:
c/src/exec
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/Makefile.in

    r670b2edf r771dac2  
    1313
    1414POSIX_DIRS_yes_V=posix
    15 POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
     15POSIX_DIRS = $(POSIX_DIRS_$(RTEMS_HAS_POSIX_API)_V)
    1616
    1717SUB_DIRS=score rtems $(POSIX_DIRS) sapi wrapup
  • c/src/exec/wrapup/Makefile.in

    r670b2edf r771dac2  
    1313
    1414POSIX_DIRS_yes_V=posix
    15 POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
     15POSIX_DIRS = $(POSIX_DIRS_$(RTEMS_HAS_POSIX_API)_V)
    1616
    1717SUB_DIRS=rtems $(POSIX_DIRS)
Note: See TracChangeset for help on using the changeset viewer.