Makefile.in: Added missing "cd .." necessary for making this compile
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 05:47:39 +0000 (05:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 05:47:39 +0000 (05:47 +0000)
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
src/lib/crypto/Makefile.in

index 4b5e956e588838463b2b81705197a392581cb3bb..e5acd65c10cb80e53b178d96753c76b26aff2aaa 100644 (file)
@@ -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
index 48d035a78bc92758917569a5e02d7c0b77ae5c23..3b53c03653a91c19ab806c1168fb19d125c21d14 100644 (file)
@@ -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 ..