- check for setlinebuf() in autoconf. Apparently HPUX doesn't have it
[rsync/rsync.git] / Makefile.in
index d144944..bc623bd 100644 (file)
@@ -1,8 +1,10 @@
 # Makefile for rsync. This is processed by configure to produce the final
 # Makefile
 
-INSTALL_BIN=@prefix@/bin
-INSTALL_MAN=@prefix@/man
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+INSTALL_BIN=$(exec_prefix)/bin
+INSTALL_MAN=$(prefix)/man
 
 LIBS=@LIBS@
 CC=@CC@