summaryrefslogtreecommitdiff
path: root/www/hypermail/files/patch-af
blob: 48c44a74cd60ac6f8937229e11c88bc80c637a74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- archive/Makefile.in	Wed Nov 17 17:44:29 1999
+++ archive/Makefile.in.new	Mon Nov 22 16:21:56 1999
@@ -14,7 +14,7 @@
 #WARNINGS=$(WNOERROR) -ansi -pedantic -Wall -Wtraditional -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Dlint
 
 CC=@CC@ $(WARNINGS)
-CFLAGS=@CFLAGS@
+CFLAGS?=@CFLAGS@
 INSTALL_PROG=@INSTALL@
 
 ###################################################
@@ -25,7 +25,7 @@
 #
 # PLEASE read the README in this directory before continuing.
 
-PROGS = msg2archive$(SUFFIX) rdmsg$(SUFFIX)
+PROGS =
 
 all: $(PROGS) 
 
@@ -48,7 +48,7 @@
 	rm -f $(OBJS) Lint.out
 	rm -f $(PROGS)
 
-install: $(bindir)/msg2archive$(SUFFIX) $(bindir)/rdmsg$(SUFFIX)
+install:
 
 $(bindir)/msg2archive$(SUFFIX):  msg2archive$(SUFFIX)
 	@if [ ! -d $(bindir) ]; then mkdir $(bindir); fi