From 89e64988030223c71fba55b61220728521141628 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Jun 2002 15:46:38 +0000 Subject: 2002-06-26 Ralf Corsepius * wrapup/Makefile.am: Don't preinstall libnetworking.a. --- c/src/exec/libnetworking/ChangeLog | 4 ++++ c/src/exec/libnetworking/wrapup/Makefile.am | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'c/src/exec/libnetworking') 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 + + * wrapup/Makefile.am: Don't preinstall libnetworking.a. + 2002-06-18 Ralf Corsepius * 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 -- cgit v1.2.3