summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-01 01:23:31 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-01 01:23:31 +0000
commitea07ff0a43ea8e21f17b966140a8ee2809985717 (patch)
tree11526dac370a2e734bb1dd960ac45564a4e9796b /src
parentbb9a4154634ec48bc67e68aeeae930f9125b0299 (diff)
downloadkrb5-ea07ff0a43ea8e21f17b966140a8ee2809985717.tar.gz
krb5-ea07ff0a43ea8e21f17b966140a8ee2809985717.tar.xz
krb5-ea07ff0a43ea8e21f17b966140a8ee2809985717.zip
Move the dependency which causes all-$(WHAT) to be built so that it
occurs after the "make all" subdirectories rule. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5333 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/ChangeLog6
-rw-r--r--src/lib/Makefile.in2
-rw-r--r--src/lib/configure.in1
3 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index 9fb50b64bb..6dd26c2a6d 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -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
diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in
index fb7841f96d..656b2534fc 100644
--- a/src/lib/Makefile.in
+++ b/src/lib/Makefile.in
@@ -3,7 +3,7 @@ CFLAGS = $(CCOPTS) $(DEFS)
##DOSBUILDTOP = ..
##DOS!include $(BUILDTOP)\config\windows.in
-all:: all-$(WHAT)
+all::
all-unix::
diff --git a/src/lib/configure.in b/src/lib/configure.in
index b28476794a..b033be1e42 100644
--- a/src/lib/configure.in
+++ b/src/lib/configure.in
@@ -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