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