From: Andrew Tridgell Date: Mon, 15 Dec 1997 17:57:28 +0000 (+0000) Subject: patch from Jim Meyering X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ce2ac5ac3ff1f4e3a14eb9b316de6804ca747181 patch from Jim Meyering - fixed typos in man page - use @CFLAGS@ in Makefile.in, allowing override on command line --- 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@