|
From: <sv...@va...> - 2009-06-15 06:59:16
|
Author: njn Date: 2009-06-15 07:55:47 +0100 (Mon, 15 Jun 2009) New Revision: 10336 Log: Remove unnecessary mention of default.supp; it's handled in the top-level Makefile.am. Modified: branches/BUILD_TWEAKS/coregrind/Makefile.am Modified: branches/BUILD_TWEAKS/coregrind/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/coregrind/Makefile.am 2009-06-15 06:52:58 UTC (rev 10335) +++ branches/BUILD_TWEAKS/coregrind/Makefile.am 2009-06-15 06:55:47 UTC (rev 10336) @@ -20,9 +20,6 @@ -DVG_PLATFORM="\"@VGCONF_ARCH_SEC@-@VGCONF_OS@\"" endif - -default.supp: $(SUPP_FILES) - #---------------------------------------------------------------------------- # The launcher. Built for the primary target only. #---------------------------------------------------------------------------- |