This is the mail archive of the automake@gnu.org mailing list for the automake project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, 2004-02-20 at 18:30, Thomas 'Tom' R. Treadway III wrote: > So, I should change: > > all: sstruct > > to > > all: sstruct$(EXEEXT) No. Normally, you should not set "all:" at all. > Automake appears to automatically change > EXTRA_PROGRAMS = sstruct > > to > EXTRA_PROGRAMS = sstruct$(EXEEXT) Try all-local: struct$(EXEEXT) Ralf
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |