+Wed Apr 12 14:40:30 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * Makefile.in, configure.in: Move dependency for all-$WHAT back
+ into Makefile.in so that the Windows port can pick up the
+ line (since it doesn't use configure). Instead, change
+ the name of target which causes the subdirectories to be
+ built under Unix, and make that a dependency for all-unix.
+ Gross, but this should fix things for both DOS and Windows.
+
Thu Apr 13 16:56:50 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in, libkrb5.def, gssapi.def (new):
CONFIG_DIRS(krb5 kdb des425 crypto gssapi)
AC_PROG_ARCHIVE
AC_PROG_RANLIB
-MAKE_SUBDIRS("making",all)
+_MAKE_SUBDIRS("making",all-unix-subdirs,all)
MAKE_SUBDIRS("cleaning",clean)
MAKE_SUBDIRS("installing",install)
MAKE_SUBDIRS("checking",check)
LinkFile(libkrb5.a, ./krb5/libkrb5.a)
LinkFile(libcrypto.a, ./crypto/libcrypto.a)
LinkFile(libgssapi_krb5.a, ./gssapi/libgssapi_krb5.a)
-AppendRule([all-unix:: libkrb5.a libcrypto.a])
+AppendRule([all-unix:: all-unix-subdirs libkrb5.a libcrypto.a])
AppendRule([all-unix:: libgssapi_krb5.a])
-AppendRule([all:: all-$(WHAT)])
WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE