On Jan 31, 2001, Emiliano <[EMAIL PROTECTED]> wrote:

> Tom Tromey wrote:
>> Write explicit rules.

>> SOMETHING.EXT: something.ext

> Yes, but I'd rather not if it can be avoided.

I'm afraid it can't.  Unix is case-sensitive, why shouldn't `make' be?

Well...  I suppose you could do something about it if you were willing
to get your Makefiles non-portable and use GNU make only, by using
$(shell ) magic.  Or you could write a script to generate the rules
and get them included in the Makefile with AC_SUBST_FILE or automake's
include feature.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to