mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable.
This commit is contained in:
parent
9c148f0d84
commit
bca90b0796
2 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
# Makefile to generate build tools
|
# Makefile to generate build tools
|
||||||
#
|
#
|
||||||
|
|
||||||
ZENDDIR = $(shell if test -d "ZendEngine2"; then echo ZendEngine2; else echo Zend; fi)
|
ZENDDIR = Zend
|
||||||
|
|
||||||
SUBDIRS = $(ZENDDIR) TSRM
|
SUBDIRS = $(ZENDDIR) TSRM
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,10 @@ if test "$supplied_flag" = "--copy"; then
|
||||||
automake_flags=--copy
|
automake_flags=--copy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -d "ZendEngine2"; then
|
||||||
|
mv ZendEngine2 Zend
|
||||||
|
fi
|
||||||
|
|
||||||
## build.mk does not check aclocal exit status yet
|
## build.mk does not check aclocal exit status yet
|
||||||
##
|
##
|
||||||
#mv aclocal.m4 aclocal.m4.old 2>/dev/null
|
#mv aclocal.m4 aclocal.m4.old 2>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue