From 4b21946eda1c0dade5d313ade2dfff8fdf278e7f Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 7 Sep 2013 21:35:38 +0000 Subject: [PATCH] Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around definition of check-am:. 2013-09-07 Paolo Carlini * testsuite/Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around definition of check-am:. * testsuite/Makefile.in: Regenerate. From-SVN: r202356 --- libvtv/ChangeLog | 6 ++++++ libvtv/testsuite/Makefile.am | 4 ---- libvtv/testsuite/Makefile.in | 5 ++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 9b42df273fc..265a861e8f9 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,9 @@ +2013-09-07 Paolo Carlini + + * testsuite/Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around + definition of check-am:. + * testsuite/Makefile.in: Regenerate. + 2013-09-06 Caroline Tice * Makefile.am: Remove #if ENABLE_VTABLE_VERIFY checks around diff --git a/libvtv/testsuite/Makefile.am b/libvtv/testsuite/Makefile.am index 5f6ab0a037f..56f76a79f5b 100644 --- a/libvtv/testsuite/Makefile.am +++ b/libvtv/testsuite/Makefile.am @@ -39,12 +39,8 @@ check-script: ${testing_script} stamp-subdir -@(chmod +x ${testing_script}; \ ${testing_script} ${libvtv_srcdir} ${libvtv_builddir}) -if ENABLE_VTABLE_VERIFY check-am: $(MAKE) $(AM_MAKEFLAGS) check-script -else -check-am: -endif .PHONY: check-script diff --git a/libvtv/testsuite/Makefile.in b/libvtv/testsuite/Makefile.in index 2992a905142..66a75e16ea6 100644 --- a/libvtv/testsuite/Makefile.in +++ b/libvtv/testsuite/Makefile.in @@ -365,9 +365,8 @@ check-script: ${testing_script} stamp-subdir -@(chmod +x ${testing_script}; \ ${testing_script} ${libvtv_srcdir} ${libvtv_builddir}) -@ENABLE_VTABLE_VERIFY_TRUE@check-am: -@ENABLE_VTABLE_VERIFY_TRUE@ $(MAKE) $(AM_MAKEFLAGS) check-script -@ENABLE_VTABLE_VERIFY_FALSE@check-am: +check-am: + $(MAKE) $(AM_MAKEFLAGS) check-script .PHONY: check-script