File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 20
20
# Makefile to generate build tools
21
21
#
22
22
23
- ZENDDIR = Zend
24
-
25
- SUBDIRS = $(ZENDDIR ) TSRM
23
+ SUBDIRS = Zend TSRM
26
24
27
25
STAMP = buildmk.stamp
28
26
@@ -33,11 +31,10 @@ all: $(STAMP) $(ALWAYS)
33
31
@$(MAKE ) -s -f build/build2.mk
34
32
35
33
generated_lists :
36
- @echo makefile_am_files = $(ZENDDIR ) /Makefile.am \
37
- TSRM/Makefile.am > $@
38
- @echo config_h_files = $(ZENDDIR ) /acconfig.h TSRM/acconfig.h >> $@
39
- @echo config_m4_files = $(ZENDDIR ) /Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
40
- $(ZENDDIR ) /acinclude.m4 ext/* /config* .m4 sapi/* /config.m4 >> $@
34
+ @echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > $@
35
+ @echo config_h_files = Zend/acconfig.h TSRM/acconfig.h >> $@
36
+ @echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
37
+ Zend/acinclude.m4 ext/* /config* .m4 sapi/* /config.m4 >> $@
41
38
42
39
$(STAMP ) : build/buildcheck.sh
43
40
@build/buildcheck.sh $(STAMP )
Original file line number Diff line number Diff line change 36
36
rm -f generated_lists
37
37
38
38
if test " $debug " = " yes" ; then
39
- ${MAKE:- make} -s -f build/build.mk ZENDDIR= " Zend/ " SUPPRESS_WARNINGS=" "
39
+ ${MAKE:- make} -s -f build/build.mk SUPPRESS_WARNINGS=" "
40
40
else
41
- ${MAKE:- make} -s -f build/build.mk ZENDDIR= " Zend/ "
41
+ ${MAKE:- make} -s -f build/build.mk
42
42
fi
You can’t perform that action at this time.
0 commit comments