From e2ce1c02dc85511ccf6c52408a21db66dbfab1bf Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 5 Dec 1998 05:47:39 +0000 Subject: [PATCH] Makefile.in: Added missing "cd .." necessary for making this compile under Windows. Also added missing *.lst files to OBJFILELIST. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11071 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 6 ++++++ src/lib/crypto/Makefile.in | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 4b5e956e5..e5acd65c1 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 3 23:37:28 1998 Theodore Y. Ts'o + + * Makefile.in: Added missing "cd .." necessary for making this + compile under Windows. Also added missing *.lst files to + OBJFILELIST. + Fri Nov 6 10:23:32 1998 Ezra Peisach * keyhash_provider/Makefile.in: Fix to allow building out of the diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in index 48d035a78..3b53c0365 100644 --- a/src/lib/crypto/Makefile.in +++ b/src/lib/crypto/Makefile.in @@ -9,8 +9,8 @@ CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/enc_provider \ ##DOSBUILDTOP = ..\.. ##DOSLIBNAME=crypto.lib ##DOSOBJFILE=crypto.lst -##DOSOBJFILELIST=@crypto.lst @des.lst @md4.lst @md5.lst @sha.lst @crc32.lst @os.lst -##DOSOBJFILEDEP =crypto.lst des.lst md4.lst md5.lst sha.lst crc32.lst os.lst +##DOSOBJFILELIST=@crypto.lst @des.lst @md4.lst @md5.lst @sha1.lst @crc32.lst @dk.lst @old.lst @raw.lst @enc_prov.lst @hash_pro.lst @kh_pro.lst +##DOSOBJFILEDEP =crypto.lst des.lst md4.lst md5.lst sha1.lst crc32.lst dk.lst old.lst raw.lst enc_prov.lst hash_pro.lst kh_pro.lst MAC_SUBDIRS = crc32 des dk enc_provider hash_provider keyhash_provider \ md4 md5 old raw sha1 @@ -169,6 +169,7 @@ all-windows:: cd ..\sha1 @echo Making in crypto\sha1 -$(MAKE) -$(MFLAGS) + cd .. clean-windows:: cd crc32 @@ -204,6 +205,7 @@ clean-windows:: cd ..\sha1 @echo Making clean in crypto\sha1 -$(MAKE) -$(MFLAGS) clean + cd .. check-windows:: cd crc32 @@ -239,4 +241,5 @@ check-windows:: cd ..\sha1 @echo Making check in crypto\sha1 -$(MAKE) -$(MFLAGS) check + cd .. -- 2.26.2