From: Derick Rethans Date: Mon, 24 Jun 2002 08:46:26 +0000 (+0000) Subject: - Fix make install to respect the prefix= argument (patch by Troels Arvin X-Git-Tag: php-4.2.3RC1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13dcb49db50a8a1b2d77f518301b9a6ce0873a1b;p=php - Fix make install to respect the prefix= argument (patch by Troels Arvin ) --- diff --git a/Makefile.in b/Makefile.in index 8f31d21433..e8551e3f19 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52,7 +52,7 @@ install-modules: install-tester: @echo "Installing regression tester" - @$(mkinstalldirs) $(PEAR_INSTALLDIR) + @$(mkinstalldirs) $(INSTALL_ROOT)$(PEAR_INSTALLDIR) @$(INSTALL) -m 755 $(srcdir)/run-tests.php $(INSTALL_ROOT)$(PEAR_INSTALLDIR) install-pear: install-modules