aboutsummaryrefslogtreecommitdiff
path: root/libvtv/Makefile.in
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2013-08-07 23:40:49 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2013-08-07 23:40:49 +0000
commit0c6cb2d1ad3738b66927353ccd557d6be3d32e70 (patch)
tree0fc17ee70a3ffdba97eb50442871c4f2fe15a091 /libvtv/Makefile.in
parent00458156b852e5876ce2814db38741f9b59262ac (diff)
downloadgcc-0c6cb2d1ad3738b66927353ccd557d6be3d32e70.zip
gcc-0c6cb2d1ad3738b66927353ccd557d6be3d32e70.tar.gz
gcc-0c6cb2d1ad3738b66927353ccd557d6be3d32e70.tar.bz2
Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY.
2013-08-07 Benjamin Kosnik <bkoz@rehat.com> * Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY. * Makefile.in: Regenerate. * acinclude.m4 (LIBVTV_CONFIGURE): Move parts to.. * configure.ac: ...here. Make configure more verbose, re-order. * configure: Regenerate. From-SVN: r201585
Diffstat (limited to 'libvtv/Makefile.in')
-rw-r--r--libvtv/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/libvtv/Makefile.in b/libvtv/Makefile.in
index 928a05a..d321bf1 100644
--- a/libvtv/Makefile.in
+++ b/libvtv/Makefile.in
@@ -37,7 +37,7 @@ build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/../mkinstalldirs $(srcdir)/../depcomp \
$(am__libvtv_include_HEADERS_DIST)
@@ -127,7 +127,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
+DIST_SUBDIRS = testsuite
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AR = @AR@
@@ -265,7 +265,8 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
toplevel_builddir = @toplevel_builddir@
toplevel_srcdir = @toplevel_srcdir@
-SUBDIRS = testsuite
+@ENABLE_VTABLE_VERIFY_FALSE@SUBDIRS =
+@ENABLE_VTABLE_VERIFY_TRUE@SUBDIRS = testsuite
ACLOCAL_AMFLAGS = -I .. -I ../config
# May be used by toolexeclibdir.