X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fee64929a32a6cd69c3a675adb86e28440af6a2b..6dd1782c42ed166c03ba5ac5a033cf1061167510:/Makefile.in diff --git a/Makefile.in b/Makefile.in index d144944b..bc623bd9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@