[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake or libtool question on Red Hat 7.2
From: |
Kevin Ryde |
Subject: |
Re: automake or libtool question on Red Hat 7.2 |
Date: |
31 Oct 2001 10:50:29 +1000 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 |
"Paul F. Kunz" <address@hidden> writes:
>
> /bin/sh: -c: line 1: syntax error near unexpected token `;'
> /bin/sh: ... for tst in ; ...
bash doesn't like an empty list like that. Is $(TESTS) empty for some
reason? In any case, I think newer automake avoids the problem.