Portability fix, use the shells path for sed and env

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-04-27 21:30:32 +00:00
parent 286d0656e2
commit 6cbc92b760
4 changed files with 5 additions and 5 deletions

View File

@@ -471,7 +471,7 @@ depend: .depend
FORCE:
%_env:
make -C $(shell echo $@ | /bin/sed "s/_env//g") env
make -C $(shell echo $@ | sed "s/_env//g") env
env:
/bin/env
env