]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
rename as _SOURCES is a reserved keywoard and breaks with newer
authorDirk Mueller <daywalker@users.sourceforge.net>
Thu, 7 Dec 2006 15:31:57 +0000 (15:31 +0000)
committerDirk Mueller <daywalker@users.sourceforge.net>
Thu, 7 Dec 2006 15:31:57 +0000 (15:31 +0000)
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

Makefile.am

index b6612e72c21d92bc67e76b5a6e7bfa443245cba6..5de0c4b05760c9800baa111ebc4b7d5376423803 100644 (file)
@@ -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 \