Skip to content

Commit

Permalink
Full gear backwards. We still need acconfig.h.in for additional accon…
Browse files Browse the repository at this point in the history
…fig.h

files (from TSRM/Zend).
  • Loading branch information
Sascha Schumann committed Jan 12, 2000
1 parent d67a4ce commit 4d83b0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions build/build2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ makefile_files = $(makefile_am_files:e.am=e)

config_h_in = php_config.h.in

acconfig_h_SOURCES = acconfig.h.in $(config_h_files)

targets = $(TOUCH_FILES) $(makefile_in_files) configure $(config_h_in)


Expand All @@ -52,6 +54,10 @@ Zend/Makefile.am:
TSRM/Makefile.am:
test -d TSRM || (test -d ../TSRM && ln -s ../TSRM TSRM)

acconfig.h: $(acconfig_h_SOURCES)
@echo rebuilding $@
cat $(acconfig_h_SOURCES) > $@

$(makefile_in_files): $(makefile_am_files) aclocal.m4 configure.in $(config_m4_files)
@echo rebuilding Makefile.in\'s
@for i in $(LT_TARGETS); do \
Expand Down

0 comments on commit 4d83b0a

Please sign in to comment.