occurs after the "make all" subdirectories rule.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5333
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Mar 31 16:15:59 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * Makefile.in, configure.in: Move the dependency which causes
+ all-$(WHAT) to be built so that it occurs after the "make
+ all" subdirectories rule.
+
Thu Mar 30 15:46:23 1995 Keith Vetter (keithv@fusion.com)
* libkrb5.def: removed the masses of exported files, leaving just
##DOSBUILDTOP = ..
##DOS!include $(BUILDTOP)\config\windows.in
-all:: all-$(WHAT)
+all::
all-unix::
LinkFile(libgssapi_krb5.a, ./gssapi/libgssapi_krb5.a)
AppendRule([all-unix:: libkrb5.a libcrypto.a])
AppendRule([all-unix:: libgssapi_krb5.a])
+AppendRule([all:: all-$(WHAT)])
WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE