]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
backport build fix from trunk
authorDirk Mueller <daywalker@users.sourceforge.net>
Thu, 7 Dec 2006 15:34:04 +0000 (15:34 +0000)
committerDirk Mueller <daywalker@users.sourceforge.net>
Thu, 7 Dec 2006 15:34:04 +0000 (15:34 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6385

Makefile.am

index 3db315621ebdb81629a725f94a62101eb2f4541a..e1a0667d42e2b59fe9b90d8aced1fd4c6515bb9a 100644 (file)
@@ -67,7 +67,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)
@@ -98,7 +98,7 @@ VEX_PUBLIC_HDRS = \
 
 # These list the bits of vex we need to copy into the tarball
 
-VEX_PRIMARY_SOURCES = \
+vex_primary_sources = \
        VEX/HACKING.README \
        VEX/LICENSE.README \
        VEX/LICENSE.GPL \