Check-in Number:
|
695 | |
Date: |
2001-Aug-20 12:47:24 (local)
2001-Aug-20 10:47:24 (UTC) |
User: | rse |
Branch: | |
Comment: |
cosmetics |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/Makefile.in 1.3 -> 1.4
--- Makefile.in 2001/08/20 10:45:44 1.3
+++ Makefile.in 2001/08/20 10:47:24 1.4
@@ -9,13 +9,13 @@
includedir = @includedir@
mandir = @mandir@
-CC = @CC@
-CFLAGS = @CFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+CC = @CC@
+CFLAGS = @CFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
-SHTOOL = ./shtool
-POD2MAN = pod2man
+SHTOOL = ./shtool
+POD2MAN = pod2man
PROG = lmtp2nntp
HDRS = lmtp.h nntp.h sa.h argz.h shpat_match.h msg.h trace.h
@@ -45,12 +45,12 @@
-rm -f *.core
-rm -f $(PROG)
-rm -f $(OBJS)
- -rm -f lmtp2nntp.1
distclean: clean
-rm -f Makefile
realclean: distclean
+ -rm -f lmtp2nntp.1
-rm -f configure
-rm -f shtool
|
|