blob: fb8a69ef2976838feeb26eb395c0d2c0651abc09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig Tue Apr 3 05:41:44 2001
+++ Makefile.in Fri May 25 04:47:52 2001
@@ -4,7 +4,7 @@
mandir = @mandir@/man1
LIBS = @LIBS@
-CFLAGS = -O -Wall
+CFLAGS += -Wall
RM = rm -f
INSTALL = install -c -m
|