diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-07 21:35:38 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-07 21:35:38 +0000 |
commit | f5a1c4bf348a4277c2653bbf90fcb89934623472 (patch) | |
tree | 1299825128dd0dbc0e4edd0c076e1d27bfe8bd62 /libvtv | |
parent | bb25146516668279fea6d1d4131af96863f18e2f (diff) | |
download | gcc-f5a1c4bf348a4277c2653bbf90fcb89934623472.tar.gz |
2013-09-07 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around
definition of check-am:.
* testsuite/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202356 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libvtv')
-rw-r--r-- | libvtv/ChangeLog | 6 | ||||
-rw-r--r-- | libvtv/testsuite/Makefile.am | 4 | ||||
-rw-r--r-- | 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 <paolo.carlini@oracle.com> + + * testsuite/Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around + definition of check-am:. + * testsuite/Makefile.in: Regenerate. + 2013-09-06 Caroline Tice <cmtice@google.com> * 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 |