Check-in Number:
|
698 | |
Date: |
2001-Aug-20 13:29:54 (local)
2001-Aug-20 11:29:54 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix cleaning |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/Makefile.in 1.4 -> 1.5
--- Makefile.in 2001/08/20 10:47:24 1.4
+++ Makefile.in 2001/08/20 11:29:54 1.5
@@ -47,10 +47,12 @@
-rm -f $(OBJS)
distclean: clean
+ -rm -f config.h
-rm -f Makefile
realclean: distclean
-rm -f lmtp2nntp.1
+ -rm -f config.h.in
-rm -f configure
-rm -f shtool
|
|