diff options
author | Sascha Schumann <sas@php.net> | 2002-11-12 17:40:38 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-11-12 17:40:38 +0000 |
commit | 0f2ae50178dcfc84d7483a2a6f1989a365417586 (patch) | |
tree | 458f5bbe4bed847e6f316154dca66438b8ca8324 /Makefile.global | |
parent | 2972859dcf56921ea75b309318b170d5f433631e (diff) | |
download | php-git-0f2ae50178dcfc84d7483a2a6f1989a365417586.tar.gz |
Add missing $(INSTALL_ROOT)
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 2 |
1 files changed, 1 insertions, 1 deletions
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 |