Skip to content

Commit

Permalink
changing this to mv ZendEngine2 Zend instead of shell logic that isn'…
Browse files Browse the repository at this point in the history
…t portable.
  • Loading branch information
James Cox committed Jun 23, 2002
1 parent 9c148f0 commit bca90b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions buildconf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bca90b0

Please sign in to comment.