apparently fbsd is unaware of expr substr...

SVN revision: 48276
This commit is contained in:
Carsten Haitzler 2010-04-24 14:31:36 +00:00
parent 87efa72125
commit 0dd3139705
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ edje_amalgamation.c: $(base_sources) Makefile
@echo "#include <edje_private.h>" >> edje_amalgamation.c
@for f in $(base_sources); do \
if [ `expr substr $$f 1 1` != '/' ]; then \
if [ `echo $$f | sed -e 's/^...\(.\).*/\1/'` != '/' ]; then \
file="$(srcdir)/$$f" ; \
else \
file="$$f" ; \