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:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user