diff options
| author | Theodore Tso <tytso@mit.edu> | 1998-12-05 05:47:39 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1998-12-05 05:47:39 +0000 |
| commit | e2ce1c02dc85511ccf6c52408a21db66dbfab1bf (patch) | |
| tree | 47ff457efd704e5e0585ea82c9365b343122bffa /src | |
| parent | d4801e3429af4c72f3ca38c1bf3c8986aeb386f9 (diff) | |
| download | krb5-e2ce1c02dc85511ccf6c52408a21db66dbfab1bf.tar.gz krb5-e2ce1c02dc85511ccf6c52408a21db66dbfab1bf.tar.xz krb5-e2ce1c02dc85511ccf6c52408a21db66dbfab1bf.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/crypto/ChangeLog | 6 | ||||
| -rw-r--r-- | 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 <tytso@mit.edu> + + * 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 <epeisach@mit.edu> * 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 .. |
