Changeset 45e4f321 in rtems for cpukit/libmisc/capture
- Timestamp:
- Aug 11, 2002, 5:51:17 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2f6a4b3
- Parents:
- 418c652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/capture/Makefile.am
r418c652 r45e4f321 11 11 12 12 C_FILES = capture.c capture-cli.c 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%. o)13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 14 14 15 15 include_rtems_HEADERS = capture.h capture-cli.h
Note: See TracChangeset
for help on using the changeset viewer.