diff options
author | Sascha Schumann <sas@php.net> | 2000-11-27 13:27:51 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-11-27 13:27:51 +0000 |
commit | 06446416166c8a27fe57cd45d00ee80b8e072c86 (patch) | |
tree | c6c08097842085b46f6f43a93de6fe7896cb4338 /build/build2.mk | |
parent | aa6a62d96dc8397c1cf25616d4c46a960a9aae52 (diff) | |
download | php-git-06446416166c8a27fe57cd45d00ee80b8e072c86.tar.gz |
Move build-defs.h(.in) and php_config.h to main
Diffstat (limited to 'build/build2.mk')
-rw-r--r-- | build/build2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build2.mk b/build/build2.mk index 39bb9b50e3..c64fd6540c 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -26,7 +26,7 @@ LT_TARGETS = ltconfig ltmain.sh config.guess config.sub 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_in = main/php_config.h.in acconfig_h_SOURCES = acconfig.h.in $(config_h_files) |