* Makefile.in (clean): Add t_prng and t_prng.o
authorEzra Peisach <epeisach@mit.edu>
Wed, 19 Jun 2002 21:25:09 +0000 (21:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 19 Jun 2002 21:25:09 +0000 (21:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14545 dc483132-0cff-0310-8789-dd5450dbe970

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

index 9768a0a7470b1c9857a728d9baad04c028f8d1c6..7d6556f00c3dce5e1039a9b1b672d65b74be0639 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-19  Ezra Peisach  <epeisach@bu.edu>
+
+       * Makefile.in (clean): Add t_prng and t_prng.o
+
 2002-06-07  Alexandra Ellwood <lxs@mit.edu>
        
        * crypto_libinit.h: Changed macros so you can include
index c8310b6e2e4e527082dffe6ceefb967062b67cf8..45f9dc17cb6ceaef79dbc930ffad87f264a4df2d 100644 (file)
@@ -160,7 +160,7 @@ t_prng$(EXEEXT): t_prng.$(OBJEXT)
 
 
 clean::
-       $(RM) t_nfold.o t_nfold t_encrypt t_encrypt.o
+       $(RM) t_nfold.o t_nfold t_encrypt t_encrypt.o t_prng.o t_prng
        -$(RM) t_prng.output
 
 all-windows::