From ce2ac5ac3ff1f4e3a14eb9b316de6804ca747181 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Dec 1997 17:57:28 +0000 Subject: [PATCH] patch from Jim Meyering - fixed typos in man page - use @CFLAGS@ in Makefile.in, allowing override on command line --- Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index b5309be0..d144944b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@ -- 2.34.1