From 28638e5a8e811ecf61928732a3aa1101d607a0c8 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 25 Sep 1995 20:30:46 +0000 Subject: [PATCH] Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile configure.in: Don't include "all:: all-$(WHAT)" at the end of the Makefile. That's now included at the very beginning by pre.in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6852 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 9 +++++++++ src/lib/crypto/Makefile.in | 6 ------ src/lib/crypto/configure.in | 1 - 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index bb48c01d5..9c908fd53 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,12 @@ +Mon Sep 25 16:26:53 1995 Theodore Y. Ts'o + + * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the + Makefile. + + * configure.in: Don't include "all:: all-$(WHAT)" at the end of + the Makefile. That's now included at the very beginning + by pre.in + Wed Sep 13 10:26:37 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: moved shared rule to all-unix:: target. diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in index 13e38e32b..071e9f6ae 100644 --- a/src/lib/crypto/Makefile.in +++ b/src/lib/crypto/Makefile.in @@ -31,8 +31,6 @@ SHLIB_LIBS= SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@ SHLIB_LIBDIRS= @SHLIB_LIBDIRS@ -all:: all-$(WHAT) - all-unix:: shared shared: @@ -61,16 +59,12 @@ libcrypto.$(STEXT): $(LIBDONE) libcrypto.lib: libdir crypto.lib -clean:: clean-$(WHAT) - clean-unix:: $(RM) libcrypto.a libcrypto.stamp shared/* clean-windows:: $(RM) crypto.lib crypto.bak -check:: check-$(WHAT) - check-unix:: all-windows:: diff --git a/src/lib/crypto/configure.in b/src/lib/crypto/configure.in index 2289bd3e9..35a70fecf 100644 --- a/src/lib/crypto/configure.in +++ b/src/lib/crypto/configure.in @@ -106,5 +106,4 @@ if test -n "$krb5_cv_staticlibs_enabled" ; then $(INSTALL_DATA) libcrypto.a $(DESTDIR)$(KRB5_LIBDIR)/libcrypto.a $(RANLIB) $(DESTDIR)$(KRB5_LIBDIR)/libcrypto.a]) fi - AppendRule([all:: all-$(WHAT)]) V5_AC_OUTPUT_MAKEFILE -- 2.26.2