From: Sascha Schumann Date: Tue, 12 Nov 2002 17:40:38 +0000 (+0000) Subject: Add missing $(INSTALL_ROOT) X-Git-Tag: php-4.3.0RC1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f2ae50178dcfc84d7483a2a6f1989a365417586;p=php Add missing $(INSTALL_ROOT) --- diff --git a/Makefile.global b/Makefile.global index b58ccc34c4..be922fce90 100644 --- a/Makefile.global +++ b/Makefile.global @@ -41,7 +41,7 @@ install-modules: build-modules install-tester: @echo "Installing regression tester: $(INSTALL_ROOT)$(PEAR_INSTALLDIR)/" - @$(mkinstalldirs) $(PEAR_INSTALLDIR) + @$(mkinstalldirs) $(INSTALL_ROOT)$(PEAR_INSTALLDIR) @$(INSTALL) -m 755 $(top_srcdir)/run-tests.php $(INSTALL_ROOT)$(PEAR_INSTALLDIR) install-su: install-pear install-tester