diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-18 11:14:26 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-18 11:14:26 +0000 |
| commit | 6c3477c003f517a40c2d5042b09cffe7377b0caa (patch) | |
| tree | b51b495b6542ed7114c893e583dbad11b812039a | |
| parent | 83fef4866dc237eda243e31b6d53e85e16e45162 (diff) | |
| download | php-git-6c3477c003f517a40c2d5042b09cffe7377b0caa.tar.gz | |
some style changes
| -rw-r--r-- | build.mk | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) |
