From: Roland McGrath Date: Tue, 2 Feb 1993 01:49:11 +0000 (+0000) Subject: Formerly compatMakefile.~59~ X-Git-Tag: 3.70.2~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ae51cb2e9a797b66e27186504976838d328c03;p=thirdparty%2Fmake.git Formerly compatMakefile.~59~ --- diff --git a/compatMakefile b/compatMakefile index 0a01c63d..d846266d 100644 --- a/compatMakefile +++ b/compatMakefile @@ -70,7 +70,7 @@ extras = @LIBOBJS@ # Common prefix for machine-independent installed files. prefix = /usr/local # Common prefix for machine-dependent installed files. -exec_prefix = /usr/local +exec_prefix = $(prefix) # Name under which to install GNU make. instname = make @@ -136,7 +136,7 @@ info: make.info dvi: make.dvi make.info: make.texinfo - $(MAKEINFO) $(srcdir)/make.texinfo + $(MAKEINFO) -I$(srcdir) $(srcdir)/make.texinfo make.dvi: make.texinfo $(TEXI2DVI) $(srcdir)/make.texinfo