- check for setlinebuf() in autoconf. Apparently HPUX doesn't have it
[rsync/rsync.git] / Makefile.in
index b5309be..bc623bd 100644 (file)
@@ -1,14 +1,15 @@
 # Makefile for rsync. This is processed by configure to produce the final
 # Makefile
 
-INSTALL_BIN=@prefix@/bin
-INSTALL_MAN=@prefix@/man
-
-CCOPTFLAGS =      -O 
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+INSTALL_BIN=$(exec_prefix)/bin
+INSTALL_MAN=$(prefix)/man
 
 LIBS=@LIBS@
-CC=@CC@ $(CCOPTFLAGS)
-
+CC=@CC@ 
+CFLAGS=@CFLAGS@
 INSTALLCMD=@INSTALL@
 
 SRC=@srcdir@