+Thu Apr 27 14:00:00 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: bug fix in makeing makefile on the PC.
+
Thu Apr 27 15:19:34 1995 Mark Eichin <eichin@cygnus.com>
* aclocal.m4 (WITH_KRB4): make --with-krb4 the default, and have
-$(MAKE) -$(MAKEFLAGS)
cd ..
-makefile-windows:: wconfig.c config\pre.in config\post.in \
+makefile-windows:: wconfig.exe config\pre.in config\post.in \
include\makefile.in include\krb5\makefile.in \
lib\makefile.in lib\crypto\makefile.in \
lib\crypto\crc32\makefile.in lib\crypto\des\makefile.in \
lib\krb5\rcache\makefile.in \
util\et\makefile.in util\profile\makefile.in
type makefile.in >makefile
- SET CL=/nologo
- $(CC) /AL wconfig.c
.\wconfig config <include\makefile.in >include\makefile
.\wconfig config <include\krb5\makefile.in >include\krb5\makefile
.\wconfig config <lib\makefile.in >lib\makefile
.\wconfig config <util\profile\makefile.in >util\profile\makefile
config\rm.bat wconfig.obj msvc.pdb
+wconfig.exe: wconfig.c
+ SET CL=/nologo
+ $(CC) /AL wconfig.c
+
clean-windows::
@echo Making clean in include
cd include
cd ..
@echo Making clean in root
config\rm.bat *.obj msvc.pdb *.err wconfig.obj wconfig.exe
-
+
#
# Renames DOS 8.3 filenames back to their proper, longer names.
#