Make sure the "make check" programs are cleaned up on a "make clean"
authorTheodore Tso <tytso@mit.edu>
Fri, 7 Oct 1994 03:54:17 +0000 (03:54 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 7 Oct 1994 03:54:17 +0000 (03:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4470 dc483132-0cff-0310-8789-dd5450dbe970

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

index eb96c6fc8a4f1311fbd9b690e0681270b7c29abd..bf4c17306f2e84eba355aa1f4cf093099445e6f2 100644 (file)
@@ -1,5 +1,8 @@
 Thu Oct  6 12:49:29 1994  Theodore Y. Ts'o  (tytso@dcl)
 
+       * Makefile.in: Make sure the "make check" programs get cleaned up
+               on a "make clean".
+
        * verify.c (main): Take out check that assures that long is 4
                bytes.  The DES implementation shouldn't be depending on
                this, and if it is, then that's what the verify program
index 8f475bc2717f67610ebcc6bca9f686840a1d820d..8ae0ccfbb9fe5f2c46daeecc2f82cc993e480630 100644 (file)
@@ -45,7 +45,8 @@ SRCS= $(srcdir)/cs_entry.c    \
 
 includes:: depend
 
-all::
+all:: 
+
 depend:: $(SRCS)
 
 clean::
@@ -54,9 +55,6 @@ clean::
 verify: verify.o $(DEPKLIB)
        $(CC) -o $@ verify.o $(KLIB) $(LIBS) $(LDFLAGS) 
 
-clean::
-       $(RM) verify destest 
-
 destest: destest.o $(DEPKLIB)
        $(CC) -o $@ destest.o $(KLIB) $(LIBS) $(LDFLAGS) 
 
@@ -67,4 +65,4 @@ check:: destest verify
        ./destest < $(srcdir)/keytest.data
 
 clean::
-       $(RM) destest
+       $(RM) destest verify destest.o verify.o