From 6186657ad7a8e42d1bc3ce4cc3f267314dccbc02 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Jun 2002 17:04:38 +0000 Subject: 2002-06-26 Ralf Corsepius * wrapup/Makefile.am: Build libnetapps.a. Don't preinstall libnetapps.a --- c/src/libnetworking/ChangeLog | 5 +++++ c/src/libnetworking/wrapup/Makefile.am | 11 ++--------- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'c/src/libnetworking') diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog index 890f96e5f5..8e927e9269 100644 --- a/c/src/libnetworking/ChangeLog +++ b/c/src/libnetworking/ChangeLog @@ -1,3 +1,8 @@ +2002-06-26 Ralf Corsepius + + * wrapup/Makefile.am: Build libnetapps.a. + Don't preinstall libnetapps.a + 2002-05-30 Ralf Corsepius * Makefile.am: Remove headers. Remove CHANGELOG. diff --git a/c/src/libnetworking/wrapup/Makefile.am b/c/src/libnetworking/wrapup/Makefile.am index 89b64153e6..5485386338 100644 --- a/c/src/libnetworking/wrapup/Makefile.am +++ b/c/src/libnetworking/wrapup/Makefile.am @@ -10,7 +10,7 @@ endif NET_O_PIECES = rtems_servers \ rtems_telnetd pppd $(POSIX_PIECES) OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o) -LIB = $(ARCH)/libnetworking.a +LIB = $(ARCH)/libnetapps.a include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../automake/compile.am @@ -23,13 +23,6 @@ include $(top_srcdir)/../../../automake/lib.am $(LIB): $(OBJS) $(make-library) -$(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a: $(LIB) - $(INSTALL_DATA) $< $@ - -TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a - -all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) - -.PRECIOUS: $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3