]> granicus.if.org Git - php/commitdiff
builddir is used by the Unix build framework.
authorSascha Schumann <sas@php.net>
Thu, 24 Aug 2000 12:02:05 +0000 (12:02 +0000)
committerSascha Schumann <sas@php.net>
Thu, 24 Aug 2000 12:02:05 +0000 (12:02 +0000)
Rename builddir to phpbuilddir

pear/Makefile.in

index fdd1ffcee493d660cf658a6288c8b39d007d86bd..c13aaba424b42e0e2f3179022baf9991c3693df2 100644 (file)
@@ -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