]> granicus.if.org Git - php/commitdiff
phpextdist is located in $(srcdir), so don't try to install it from
authorSascha Schumann <sas@php.net>
Wed, 23 Aug 2000 14:07:24 +0000 (14:07 +0000)
committerSascha Schumann <sas@php.net>
Wed, 23 Aug 2000 14:07:24 +0000 (14:07 +0000)
$(builddir).

pear/Makefile.in

index 9a015d014a8cf82bb26b49b2d9c51488ebdb38d8..fdd1ffcee493d660cf658a6288c8b39d007d86bd 100644 (file)
@@ -61,13 +61,14 @@ BUILD_FILES = \
        dynlib.m4 \
        acinclude.m4
 
-bin_PROGRAMS = phpize php-config pear phpextdist
+bin_PROGRAMS = phpize php-config pear
 
 install-build:
        $(mkinstalldirs) $(builddir) $(bindir) && \
        (cd $(top_srcdir) && cp $(BUILD_FILES) $(builddir))
 
 install-programs:
+       $(INSTALL) -m 755 $(srcdir)/phpextdist $(bindir)/phpextdist
        for prog in $(bin_PROGRAMS); do \
                $(INSTALL) -m 755 $$prog $(bindir)/$$prog; \
        done