* Makefile.in (libcrypto.$(STEXT)): Remove before creating
authorKen Raeburn <raeburn@mit.edu>
Tue, 30 Apr 1996 17:47:14 +0000 (17:47 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 30 Apr 1996 17:47:14 +0000 (17:47 +0000)
Temporary workaround to avoid getting multiple versions of .o files in libs.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7865 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in

index bda087a4a888abbae2bfb53393f2f409e694cb3d..bb56bed3fdacf684bd7a5ee600f4598fb6872fbd 100644 (file)
@@ -1,3 +1,7 @@
+Tue Apr 30 00:38:14 1996  Ken Raeburn  <raeburn@cygnus.com>
+
+       * Makefile.in (libcrypto.$(STEXT)): Remove before creating.
+
 Sat Mar 30 22:52:46 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * cryptoconf.c: Fixed comments describing the various checksum
index 457498f6cbce9fbb6bb3090245cf644fa0ab203e..2c88714d91958ed4b85fe254ac5b6792c47a3e5a 100644 (file)
@@ -51,6 +51,7 @@ all-mac:: $(OBJS)
 all-windows:: $(OBJS)
 
 libcrypto.$(STEXT): $(LIBDONE)
+       -rm -f $@ libcrypto.stamp
        if test -f $@ ; then \
                for i in $(LIB_SUBDIRS) ; \
                do \