forked from Imagelibrary/rtems
2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* kern/Makefile.am: Remove C_O_FILES; Don't let all-local depend on $OBJS) * lib/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * net/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * rtems/Makefile.am: Ditto.
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
LIB = $(ARCH)/lib.a
|
||||
|
||||
C_FILES = bootp_subr.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(top_srcdir)/../automake/multilib.am
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
@@ -23,7 +21,7 @@ AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \
|
||||
$(LIB): $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB)
|
||||
|
||||
.PRECIOUS: $(LIB)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user