Check-in Number:
|
782 | |
Date: |
2001-Aug-28 15:35:23 (local)
2001-Aug-28 13:35:23 (UTC) |
User: | thl |
Branch: | |
Comment: |
fixed Makefile tab vs. space problem |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/Makefile.in 1.10 -> 1.11
--- Makefile.in 2001/08/28 13:12:58 1.10
+++ Makefile.in 2001/08/28 13:35:23 1.11
@@ -43,7 +43,7 @@
clean:
-rm -f *.core
- -rm -f dmalloc.log test/dmalloc.log
+ -rm -f dmalloc.log test/dmalloc.log
-rm -f $(PROG)
-rm -f $(OBJS)
|
|