* Vincent Torri wrote on Wed, Oct 14, 2009 at 07:48:35AM CEST: > $(builddir)/eina_amalgamation.c: $(sources_used) Makefile > -rm -f $(builddir)/eina_amalgamation.c
$(builddir) is always equal to '.'; also, non-GNU makes don't identify FILE and ./FILE; so you are better off omitting '$(builddir)/', in both target name and command text. > With automake 1.10 or 1.11, there is no problem. But with automake > 1.9, builddir seems empty and the command: > > rm -f /eina_almagamation.c > > is executed. No idea why that happens though. Might have forgotten the reason. Cheers, Ralf
