changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable.

This commit is contained in:
James Cox 2002-06-23 15:47:40 +00:00
parent 9c148f0d84
commit bca90b0796
2 changed files with 5 additions and 1 deletions

View file

@ -20,7 +20,7 @@
# Makefile to generate build tools
#
ZENDDIR = $(shell if test -d "ZendEngine2"; then echo ZendEngine2; else echo Zend; fi)
ZENDDIR = Zend
SUBDIRS = $(ZENDDIR) TSRM

View file

@ -7,6 +7,10 @@ if test "$supplied_flag" = "--copy"; then
automake_flags=--copy
fi
if test -d "ZendEngine2"; then
mv ZendEngine2 Zend
fi
## build.mk does not check aclocal exit status yet
##
#mv aclocal.m4 aclocal.m4.old 2>/dev/null