apparently fbsd is unaware of expr substr...

SVN revision: 48277
This commit is contained in:
Carsten Haitzler 2010-04-24 14:33:10 +00:00
parent 0dd3139705
commit bf22e27af6
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ eet_amalgamation.c: $(base_sources) Makefile
@echo "#include \"Eet.h\"" >> eet_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" ; \