summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-04 05:25:04 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-04 12:10:50 +0100
commit1c32d751c7cb2abf26b1589f26c80558597e489b (patch)
tree58e73c9951f3ae7bf6ace1c09f6fd524b429900a /build
parentcb1f63f42280c071bc68dda6a1a9ea4d9de16a1a (diff)
downloadphp-git-1c32d751c7cb2abf26b1589f26c80558597e489b.tar.gz
Remove mkinstalldirs, install-sh and missing
These scripts are part of Automake [1] and are in current *nix build system not used anymore nor empty files need to be created. [1] https://www.gnu.org/software/automake/manual/html_node/Auxiliary-Programs.html
Diffstat (limited to 'build')
-rw-r--r--build/build2.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/build/build2.mk b/build/build2.mk
index 94325e0168..79824cab8f 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -16,11 +16,9 @@
include generated_lists
-TOUCH_FILES = mkinstalldirs install-sh missing
-
config_h_in = main/php_config.h.in
-targets = $(TOUCH_FILES) configure $(config_h_in)
+targets = configure $(config_h_in)
PHP_AUTOCONF ?= 'autoconf'
PHP_AUTOHEADER ?= 'autoheader'
@@ -36,9 +34,6 @@ $(config_h_in): configure
@rm -f $@
$(PHP_AUTOHEADER) $(SUPPRESS_WARNINGS)
-$(TOUCH_FILES):
- touch $(TOUCH_FILES)
-
aclocal.m4: configure.ac acinclude.m4
@echo rebuilding $@
cat acinclude.m4 ./build/libtool.m4 > $@