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]

Re: Built header in different dir?



> > In ./Makefile.am:
> > 
> > ../header.h: $(srcdir)/../header.h.in
> > 	@( cd ..; $(MAKE) header.h )
> 
>  This doesn't help either.

 ... but adding

file.o: ../header.h

 to the above does it.

 Thanks Coffee-Lars ;-)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]