aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-27 21:30:32 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-27 21:30:32 +0000
commite199c677b1557feb556a7c0c90fdc1dd026f253b (patch)
tree38df0a74ac9902d57d9798ea8d25e68c59017c09 /Makefile
parentbd44ffbbd0b38ed1598481b0f9b7a24865b52d9f (diff)
Portability fix, use the shells path for sed and env
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2787 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf131e732..dcbea9dbe 100755
--- a/Makefile
+++ b/Makefile
@@ -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