Changeset b33d8a2 in rtems
- Timestamp:
- 01/19/99 17:38:13 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ba2adf5
- Parents:
- 16a9ee1
- Location:
- c/src
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/include/sys/Makefile.in
r16a9ee1 rb33d8a2 10 10 11 11 #H_PIECES=utsname 12 H_PIECES=utime ioctl12 H_PIECES=utime 13 13 H_FILES=$(H_PIECES:%=$(srcdir)/%.h) 14 14 -
c/src/lib/include/Makefile.in
r16a9ee1 rb33d8a2 13 13 H_FILES=$(H_PIECES:%=$(srcdir)/%.h) 14 14 15 SYS_H_PIECES= termios15 SYS_H_PIECES=ioctl termios 16 16 SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/sys/%.h) 17 17
Note: See TracChangeset
for help on using the changeset viewer.