|
From: <sv...@va...> - 2009-06-16 06:34:43
|
Author: njn Date: 2009-06-16 07:34:19 +0100 (Tue, 16 Jun 2009) New Revision: 10347 Log: vg-in-place is a script, treat it accordingly. Modified: branches/BUILD_TWEAKS/Makefile.am Modified: branches/BUILD_TWEAKS/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/Makefile.am 2009-06-16 06:25:57 UTC (rev 10346) +++ branches/BUILD_TWEAKS/Makefile.am 2009-06-16 06:34:19 UTC (rev 10347) @@ -97,7 +97,9 @@ README_PACKAGERS \ README_MISSING_SYSCALL_OR_IOCTL \ valgrind.pc.in \ - valgrind.spec.in \ + valgrind.spec.in + +dist_noinst_SCRIPTS = \ vg-in-place all-local: default.supp |