patch from Jim Meyering <meyering@eng.ascend.com>
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Dec 1997 17:57:28 +0000 (17:57 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 15 Dec 1997 17:57:28 +0000 (17:57 +0000)
- fixed typos in man page
- use @CFLAGS@ in Makefile.in, allowing override on command line

Makefile.in

index b5309be..d144944 100644 (file)
@@ -4,11 +4,10 @@
 INSTALL_BIN=@prefix@/bin
 INSTALL_MAN=@prefix@/man
 
-CCOPTFLAGS =      -O 
-
 LIBS=@LIBS@
-CC=@CC@ $(CCOPTFLAGS)
-
+CC=@CC@ 
+CFLAGS=@CFLAGS@
 INSTALLCMD=@INSTALL@
 
 SRC=@srcdir@