summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/ChangeLog5
-rw-r--r--src/lib/crypto/Makefile.in1
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)