summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 15:46:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 15:46:38 +0000
commit89e64988030223c71fba55b61220728521141628 (patch)
tree1a48be6bc646f5cc40d7416de941fef0a82f4291 /c/src/exec/libnetworking
parent2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-89e64988030223c71fba55b61220728521141628.tar.bz2
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libnetworking.a.
Diffstat (limited to 'c/src/exec/libnetworking')
-rw-r--r--c/src/exec/libnetworking/ChangeLog4
-rw-r--r--c/src/exec/libnetworking/wrapup/Makefile.am6
2 files changed, 5 insertions, 5 deletions
diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog
index 6d090907f7..45aee93130 100644
--- a/c/src/exec/libnetworking/ChangeLog
+++ b/c/src/exec/libnetworking/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Don't preinstall libnetworking.a.
+
2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove commented out net-apps.
diff --git a/c/src/exec/libnetworking/wrapup/Makefile.am b/c/src/exec/libnetworking/wrapup/Makefile.am
index f712d70dd0..93e9bc30ad 100644
--- a/c/src/exec/libnetworking/wrapup/Makefile.am
+++ b/c/src/exec/libnetworking/wrapup/Makefile.am
@@ -21,10 +21,6 @@ $(LIB): $(OBJS)
$(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a: $(LIB)
$(INSTALL_DATA) $< $@
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a
-
-all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
-
-.PRECIOUS: $(LIB)
+all-local: $(ARCH) $(OBJS) $(LIB)
include $(top_srcdir)/../automake/local.am