summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 17:04:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 17:04:38 +0000
commit6186657ad7a8e42d1bc3ce4cc3f267314dccbc02 (patch)
treeba5bd7a558f93ae6a83a416ce7a826f842a80b8e /c/src/libnetworking
parent2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6186657ad7a8e42d1bc3ce4cc3f267314dccbc02.tar.bz2
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Build libnetapps.a. Don't preinstall libnetapps.a
Diffstat (limited to 'c/src/libnetworking')
-rw-r--r--c/src/libnetworking/ChangeLog5
-rw-r--r--c/src/libnetworking/wrapup/Makefile.am11
2 files changed, 7 insertions, 9 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Build libnetapps.a.
+ Don't preinstall libnetapps.a
+
2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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