|
From: <sv...@va...> - 2006-12-07 15:32:08
|
Author: dirk Date: 2006-12-07 15:31:57 +0000 (Thu, 07 Dec 2006) New Revision: 6384 Log: rename as _SOURCES is a reserved keywoard and breaks with newer auto*foo:=20 Makefile.am:110: variable `VEX_PRIMARY_SOURCES' is defined but no program or Makefile.am:110: library has `VEX_PRIMARY' as canonic name (possible typo) Modified: trunk/Makefile.am Modified: trunk/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile.am 2006-12-06 18:53:07 UTC (rev 6383) +++ trunk/Makefile.am 2006-12-07 15:31:57 UTC (rev 6384) @@ -76,7 +76,7 @@ valgrind.spec.in valgrind.pc.in \ Makefile.all.am Makefile.tool.am Makefile.core.am \ Makefile.tool-inplace.am \ - $(VEX_PRIMARY_SOURCES) + $(vex_primary_sources) =20 install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(valdir) @@ -107,7 +107,7 @@ =20 # These list the bits of vex we need to copy into the tarball =20 -VEX_PRIMARY_SOURCES =3D \ +vex_primary_sources =3D \ VEX/quote.txt \ VEX/newline.txt \ VEX/HACKING.README \ |