diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-03-29 04:20:02 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-03-29 04:20:02 +0000 |
| commit | fda7c12e0e03e759d404b4d280b6fe5703b5285a (patch) | |
| tree | f591fbb46cf24d8e72ac7adea8ae7691523e7c99 /src/lib | |
| parent | d4f0ef749791490adbec3b74e460e5e1bffeae92 (diff) | |
| download | krb5-fda7c12e0e03e759d404b4d280b6fe5703b5285a.tar.gz krb5-fda7c12e0e03e759d404b4d280b6fe5703b5285a.tar.xz krb5-fda7c12e0e03e759d404b4d280b6fe5703b5285a.zip | |
Chasing an elusive nmake bug
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5306 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/crypto/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/Makefile.in | 1 |
2 files changed, 6 insertions, 0 deletions
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) |
