X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7b8356d0bcc11d7681294afde83a18dfd46fa1ad..964ca2eca52c17fa88426a423665eb9e7915142c:/Makefile.in diff --git a/Makefile.in b/Makefile.in index b5309be0..bc623bd9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@