Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile
authorTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 20:30:46 +0000 (20:30 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 20:30:46 +0000 (20:30 +0000)
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
src/lib/crypto/Makefile.in
src/lib/crypto/configure.in

index bb48c01d58644cda2a42d565b4b1096acf2e571b..9c908fd534bf0f261995ca21a409f0174953055a 100644 (file)
@@ -1,3 +1,12 @@
+Mon Sep 25 16:26:53 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * 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.
index 13e38e32bd53c89edabce02f8fdaf4b8d6cd398d..071e9f6aeb7b49f7546d6e355b669dd7fd9841b0 100644 (file)
@@ -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::
index 2289bd3e95220664bd1d1a13ab6dc8b3fede4ae8..35a70fecff62b00c3331d9e8b6cf98fe005db54b 100644 (file)
@@ -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