apparently fbsd is unaware of expr substr...

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

View File

@ -113,7 +113,7 @@ eina_amalgamation.c: $(base_sources) Makefile
@echo "#include \"Eina.h\"" >> eina_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" ; \