summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-18 11:14:26 +0000
committerSascha Schumann <sas@php.net>1999-12-18 11:14:26 +0000
commit6c3477c003f517a40c2d5042b09cffe7377b0caa (patch)
treeb51b495b6542ed7114c893e583dbad11b812039a
parent83fef4866dc237eda243e31b6d53e85e16e45162 (diff)
downloadphp-git-6c3477c003f517a40c2d5042b09cffe7377b0caa.tar.gz
some style changes
-rw-r--r--build.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.mk b/build.mk
index c00a1fb3ff..4716b38408 100644
--- a/build.mk
+++ b/build.mk
@@ -17,14 +17,15 @@ SUBDIRS = libzend TSRM
STAMP = buildmk.stamp
-makefile_am_files = Makefile.am libzend/Makefile.am TSRM/Makefile.am $(shell find ext sapi regex pear -name Makefile.am)
+makefile_am_files = Makefile.am libzend/Makefile.am TSRM/Makefile.am \
+ $(shell find ext sapi regex pear -name Makefile.am)
makefile_in_files = $(makefile_am_files:.am=.in)
makefile_files = $(makefile_am_files:e.am=e)
config_h_in = php_config.h.in
-config_h_files = \
- $(shell echo ext/*/config.h.stub sapi/*/config.h.stub libzend/acconfig.h TSRM/acconfig.h)
+config_h_files = libzend/acconfig.h TSRM/acconfig.h \
+ $(shell echo ext/*/config.h.stub sapi/*/config.h.stub)
config_m4_files = libzend/libzend.m4 TSRM/tsrm.m4 libzend/acinclude.m4 \
$(shell echo ext/*/config.m4 sapi/*/config.m4)