X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ce2ac5ac3ff1f4e3a14eb9b316de6804ca747181..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@