summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-27 21:06:58 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-27 21:06:58 +0000
commite17cd253aefc3323abfc5cb6751ce48d03045fde (patch)
tree1a8cb7ce430d4da2277901a77583d70a8538bfc1 /src/Makefile.in
parent7aa5c7b72c2dd877fd2a4a558c5089ac1bd5f56c (diff)
Bug fix with making makefiles on the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5580 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 70e7f6e908..e6d5a186ad 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -125,7 +125,7 @@ config-windows:: makefile-windows
-$(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 \
@@ -143,8 +143,6 @@ makefile-windows:: wconfig.c config\pre.in config\post.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
@@ -175,6 +173,10 @@ makefile-windows:: wconfig.c config\pre.in config\post.in \
.\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
@@ -194,7 +196,7 @@ clean-windows::
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.
#