1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

Relicense build-related files under the PHP License

Move common make rules to rules_common.mk. This gets rid of the duplicated
stuff in rules.mk/rules_pear.mk.
This commit is contained in:
Sascha Schumann
2000-08-20 05:36:07 +00:00
parent fbdf502307
commit 97c698a178
12 changed files with 224 additions and 252 deletions
+1
View File
@@ -54,6 +54,7 @@ BUILD_FILES = \
build/ltlib.mk \
build/program.mk \
build/rules.mk \
build/rules_common.mk \
build/rules_pear.mk \
build/dynlib.mk \
build/shtool \
+1 -1
View File
@@ -3,7 +3,7 @@
prefix='@prefix@'
phpdir="$prefix/lib/php/build"
builddir="`pwd`"
FILES_BUILD="dynlib.mk fastgen.sh library.mk ltlib.mk program.mk rules.mk rules_pear.mk shtool"
FILES_BUILD="dynlib.mk fastgen.sh library.mk ltlib.mk program.mk rules.mk rules_common.mk rules_pear.mk shtool"
FILES="acinclude.m4 dynlib.m4"
if test ! -r config.m4; then