Changeset a3dfa39 in rtems for cpukit/libnetworking/nfs/Makefile.am
- Timestamp:
- Dec 11, 2002, 3:34:58 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 53021d4
- Parents:
- 8361b50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/nfs/Makefile.am
r8361b50 ra3dfa39 6 6 7 7 C_FILES = bootp_subr.c 8 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 9 10 OBJS = $(C_O_FILES) 8 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 9 12 10 include $(top_srcdir)/../automake/multilib.am … … 24 22 $(make-library) 25 23 26 all-local: $(PREINSTALL_FILES) $(ARCH) $( OBJS) $(LIB)24 all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB) 27 25 28 26 .PRECIOUS: $(LIB)
Note: See TracChangeset
for help on using the changeset viewer.