Changeset 771dac2 in rtems
- Timestamp:
- 03/21/98 14:34:58 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5b3cf09
- Parents:
- 670b2edf
- Location:
- c/src/exec
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/Makefile.in
r670b2edf r771dac2 13 13 14 14 POSIX_DIRS_yes_V=posix 15 POSIX_DIRS = $(POSIX_DIRS_$( HAS_POSIX_API)_V)15 POSIX_DIRS = $(POSIX_DIRS_$(RTEMS_HAS_POSIX_API)_V) 16 16 17 17 SUB_DIRS=score rtems $(POSIX_DIRS) sapi wrapup -
c/src/exec/wrapup/Makefile.in
r670b2edf r771dac2 13 13 14 14 POSIX_DIRS_yes_V=posix 15 POSIX_DIRS = $(POSIX_DIRS_$( HAS_POSIX_API)_V)15 POSIX_DIRS = $(POSIX_DIRS_$(RTEMS_HAS_POSIX_API)_V) 16 16 17 17 SUB_DIRS=rtems $(POSIX_DIRS)
Note: See TracChangeset
for help on using the changeset viewer.