]> granicus.if.org Git - php/commitdiff
* remove broken rule for rebuilding Makefile
authorStig Bakken <ssb@php.net>
Thu, 31 Jan 2002 08:19:09 +0000 (08:19 +0000)
committerStig Bakken <ssb@php.net>
Thu, 31 Jan 2002 08:19:09 +0000 (08:19 +0000)
pear/Makefile.in

index bdbc529af249710f9915138b99991680426b56cd..f253155a559b7bd466478b6d0f34101386183998 100644 (file)
@@ -83,7 +83,7 @@ PEAR_FILES = \
        System.php \
        XML/Parser.php 
 
-PEAR_COMMAND_LIBS=\
+PEAR_COMMAND_LIBS = \
        pearcmd-common.php \
        pearcmd-help.php \
        pearcmd-info.php \
@@ -171,9 +171,6 @@ install-headers:
                cd $(top_builddir)/$$i && cp -p *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \
        done
 
-Makefile: Makefile.in $(top_builddir)/config.status
-       (cd ..;CONFIG_FILES=pear/Makefile CONFIG_HEADERS= $(top_builddir)/config.status)
-
 scripts/pear: scripts/pear.in $(top_builddir)/config.status
        (cd ..;CONFIG_FILES=pear/scripts/pear CONFIG_HEADERS= $(top_builddir)/config.status)