File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,6 @@ Makefile
81
81
Makefile.fragments
82
82
Makefile.objects
83
83
84
- # Generated by `./buildconf` or `cd ext/name && phpize`
85
- install-sh
86
- missing
87
- mkinstalldirs
88
-
89
84
# RPM specification file generated by `./configure`
90
85
/php7.spec
91
86
Original file line number Diff line number Diff line change 16
16
17
17
include generated_lists
18
18
19
- TOUCH_FILES = mkinstalldirs install-sh missing
20
-
21
19
config_h_in = main/php_config.h.in
22
20
23
- targets = $( TOUCH_FILES ) configure $(config_h_in )
21
+ targets = configure $(config_h_in )
24
22
25
23
PHP_AUTOCONF ?= 'autoconf'
26
24
PHP_AUTOHEADER ?= 'autoheader'
@@ -36,9 +34,6 @@ $(config_h_in): configure
36
34
@rm -f $@
37
35
$(PHP_AUTOHEADER) $(SUPPRESS_WARNINGS)
38
36
39
- $(TOUCH_FILES ) :
40
- touch $(TOUCH_FILES )
41
-
42
37
aclocal.m4 : configure.ac acinclude.m4
43
38
@echo rebuilding $@
44
39
cat acinclude.m4 ./build/libtool.m4 > $@
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ SED="@SED@"
11
11
12
12
FILES_BUILD=" shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 pkg.m4 config.guess config.sub ltmain.sh"
13
13
FILES=" acinclude.m4 Makefile.global run-tests*.php"
14
- CLEAN_FILES=" $FILES *.o *.lo *.la .libs/ build/ modules/ install-sh \
15
- mkinstalldirs missing config.nice configure configure.ac \
14
+ CLEAN_FILES=" $FILES *.o *.lo *.la .libs/ build/ modules/ \
15
+ config.nice configure configure.ac \
16
16
aclocal.m4 config.h config.h.in conftest* libtool config.cache autom4te.cache/ \
17
17
config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \
18
18
run-tests*.php tests/*.diff tests/*.exp tests/*.log tests/*.out tests/*.php"
@@ -196,8 +196,6 @@ case "$1" in
196
196
197
197
phpize_replace_prefix
198
198
199
- touch install-sh mkinstalldirs missing
200
-
201
199
phpize_check_shtool
202
200
203
201
phpize_check_autotools
You can’t perform that action at this time.
0 commit comments