From 876bac4823f961404a2c3150fc40584ec5bdae68 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 24 Aug 2000 12:02:05 +0000 Subject: [PATCH] builddir is used by the Unix build framework. Rename builddir to phpbuilddir --- pear/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pear/Makefile.in b/pear/Makefile.in index fdd1ffcee4..c13aaba424 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -45,7 +45,7 @@ install-data-local: PEAR.php fi phpincludedir = $(includedir)/php -builddir = $(prefix)/lib/php/build +phpbuilddir = $(prefix)/lib/php/build BUILD_FILES = \ pear/pear.m4 \ @@ -64,8 +64,8 @@ BUILD_FILES = \ bin_PROGRAMS = phpize php-config pear install-build: - $(mkinstalldirs) $(builddir) $(bindir) && \ - (cd $(top_srcdir) && cp $(BUILD_FILES) $(builddir)) + $(mkinstalldirs) $(phpbuilddir) $(bindir) && \ + (cd $(top_srcdir) && cp $(BUILD_FILES) $(phpbuilddir)) install-programs: $(INSTALL) -m 755 $(srcdir)/phpextdist $(bindir)/phpextdist -- 2.40.0