From: Dirk Mueller Date: Thu, 7 Dec 2006 15:31:57 +0000 (+0000) Subject: rename as _SOURCES is a reserved keywoard and breaks with newer X-Git-Tag: svn/VALGRIND_3_3_0~501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef58269c7b9d85c1ba7ae26d0c02595cf382371;p=thirdparty%2Fvalgrind.git rename as _SOURCES is a reserved keywoard and breaks with newer auto*foo: 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) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6384 --- diff --git a/Makefile.am b/Makefile.am index b6612e72c2..5de0c4b057 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,7 @@ EXTRA_DIST = \ 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) install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(valdir) @@ -107,7 +107,7 @@ VEX_PUBLIC_HDRS = \ # These list the bits of vex we need to copy into the tarball -VEX_PRIMARY_SOURCES = \ +vex_primary_sources = \ VEX/quote.txt \ VEX/newline.txt \ VEX/HACKING.README \