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
+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.
SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@
SHLIB_LIBDIRS= @SHLIB_LIBDIRS@
-all:: all-$(WHAT)
-
all-unix:: shared
shared:
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::
$(INSTALL_DATA) libcrypto.a $(DESTDIR)$(KRB5_LIBDIR)/libcrypto.a
$(RANLIB) $(DESTDIR)$(KRB5_LIBDIR)/libcrypto.a])
fi
- AppendRule([all:: all-$(WHAT)])
V5_AC_OUTPUT_MAKEFILE