summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-22 22:27:01 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-22 22:27:01 +0000
commit05022e223f2f11374b60c3fffe04a1b4e73544e7 (patch)
treef5304c33ecbdd56fdb51d665c63389ee2aac017a /src/lib/crypto
parente699d53788c76ca2f7d716e740b89a228e729943 (diff)
downloadkrb5-05022e223f2f11374b60c3fffe04a1b4e73544e7.tar.gz
krb5-05022e223f2f11374b60c3fffe04a1b4e73544e7.tar.xz
krb5-05022e223f2f11374b60c3fffe04a1b4e73544e7.zip
Repair some makefile changes which broke the PC build
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5196 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/ChangeLog8
-rw-r--r--src/lib/crypto/Makefile.in7
2 files changed, 12 insertions, 3 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index d684f68b8..f4da7e952 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,11 @@
+Wed Mar 22 11:28:08 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: put back '##DOSLIBNAME' since it makes the .c.obj rule
+ put the object file into that library.
+ * Makefile.in: strange nmake error 'missing ) on macro invocation'
+ which only appeared intermitantly and only when invoked
+ recursively. Fixed (I hope) by interchanging some lines.
+
Thu Mar 16 21:10:37 1995 John Gilmore (gnu at toad.com)
* Makefile.in (CFLAGS): Avoid continuation line that starts with
diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in
index 19277d1dc..e1375b20c 100644
--- a/src/lib/crypto/Makefile.in
+++ b/src/lib/crypto/Makefile.in
@@ -1,6 +1,7 @@
CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/crc32 -I$(srcdir)/des -I$(srcdir)/md4 -I$(srcdir)/md5
##DOSBUILDTOP = ..\..
+##DOSLIBNAME=crypto.lib
##DOS!include $(BUILDTOP)\config\windows.in
TST=if test -n "`cat DONE`" ; then
@@ -61,12 +62,12 @@ all-windows::
cd ..\md4
@echo Making in crypto\md4
-$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)
- cd ..\md5
- @echo Making in crypto\md5
- -$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)
cd ..\os
@echo Making in crypto\os
-$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)
+ cd ..\md5
+ @echo Making in crypto\md5
+ -$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)
cd ..
clean-windows::