Move the dependency which causes all-$(WHAT) to be built so that it
authorTheodore Tso <tytso@mit.edu>
Sat, 1 Apr 1995 01:23:31 +0000 (01:23 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 1 Apr 1995 01:23:31 +0000 (01:23 +0000)
occurs after the "make all" subdirectories rule.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5333 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/ChangeLog
src/lib/Makefile.in
src/lib/configure.in

index 9fb50b64bb0d311a468f1200a511f04e418ca169..6dd26c2a6db850671c79f99ee28ccec782c65adb 100644 (file)
@@ -1,3 +1,9 @@
+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
index fb7841f96d252dc912e6dfb276e8f1e80fa0e548..656b2534fc454677111ad47ddf7c3c2a67fcddfd 100644 (file)
@@ -3,7 +3,7 @@ CFLAGS = $(CCOPTS) $(DEFS)
 ##DOSBUILDTOP = ..
 ##DOS!include $(BUILDTOP)\config\windows.in
 
-all:: all-$(WHAT)
+all:: 
 
 all-unix::
 
index b28476794af8de82f34b2bab6fc130bdcd4dfdab..b033be1e42e6820276b9e4dd38e52da9b2acb080 100644 (file)
@@ -14,5 +14,6 @@ LinkFile(libcrypto.a, ./crypto/libcrypto.a)
 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