From: Dirk Mueller Date: Thu, 7 Dec 2006 15:34:04 +0000 (+0000) Subject: backport build fix from trunk X-Git-Tag: svn/VALGRIND_3_2_2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffcdb83891542103620762ebd5702eb5a20b43ad;p=thirdparty%2Fvalgrind.git backport build fix from trunk git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6385 --- diff --git a/Makefile.am b/Makefile.am index 3db315621e..e1a0667d42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \