From: Keith Vetter Date: Wed, 29 Mar 1995 04:20:02 +0000 (+0000) Subject: Chasing an elusive nmake bug X-Git-Tag: krb5-1.0-beta5~415 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fda7c12e0e03e759d404b4d280b6fe5703b5285a;p=krb5.git Chasing an elusive nmake bug git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5306 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index f4da7e952..3c669e034 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 28 20:00:00 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: more of nmake's strange behavior. Problem goes + away with the addition of a nop line. + Wed Mar 22 11:28:08 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: put back '##DOSLIBNAME' since it makes the .c.obj rule diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in index e1375b20c..9a026d40b 100644 --- a/src/lib/crypto/Makefile.in +++ b/src/lib/crypto/Makefile.in @@ -65,6 +65,7 @@ all-windows:: cd ..\os @echo Making in crypto\os -$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD) + rem BUG WITH NMAKE cd ..\md5 @echo Making in crypto\md5 -$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)