[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake-1.4-p2 DOS platform bug
From: |
Tom Tromey |
Subject: |
Re: automake-1.4-p2 DOS platform bug |
Date: |
14 Jun 2001 19:54:25 -0600 |
>>>>> "Bruno" == Bruno Haible <address@hidden> writes:
Bruno> Then in tests/Makefile.in the EXTRA_PROGRAMS will not have
Bruno> $(EXEEXT) added, unlike the treatment of the bin_PROGRAMS.
This shouldn't matter though.
EXTRA_PROGRAMS shouldn't be in any dependency list.
Instead it should list programs which are decided upon by configure.
And configure should substitute using $(EXEEXT).
Tom