mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
* remove broken rule for rebuilding Makefile
This commit is contained in:
parent
fef8e31f7c
commit
0943dc82dd
1 changed files with 1 additions and 4 deletions
|
@ -83,7 +83,7 @@ PEAR_FILES = \
|
||||||
System.php \
|
System.php \
|
||||||
XML/Parser.php
|
XML/Parser.php
|
||||||
|
|
||||||
PEAR_COMMAND_LIBS=\
|
PEAR_COMMAND_LIBS = \
|
||||||
pearcmd-common.php \
|
pearcmd-common.php \
|
||||||
pearcmd-help.php \
|
pearcmd-help.php \
|
||||||
pearcmd-info.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; \
|
cd $(top_builddir)/$$i && cp -p *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \
|
||||||
done
|
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
|
scripts/pear: scripts/pear.in $(top_builddir)/config.status
|
||||||
(cd ..;CONFIG_FILES=pear/scripts/pear CONFIG_HEADERS= $(top_builddir)/config.status)
|
(cd ..;CONFIG_FILES=pear/scripts/pear CONFIG_HEADERS= $(top_builddir)/config.status)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue