summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2012-05-05 22:55:25 +0200
committerMarcin Slusarz <marcin.slusarz@gmail.com>2012-05-05 22:55:25 +0200
commit7992d6429f5a1c685c932189fbb5807669bde35b (patch)
tree193588ce4318a61d84fb166ed162cb5a62ed96c9
parentff846d86e446245b0ba9cd83dda05a25e3460c50 (diff)
quiet down some (unrelated to mmt) complaints from automake
`pkglibdir' is not a legitimate directory for `DATA'
-rw-r--r--Makefile.am2
-rw-r--r--coregrind/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 54d014a3..bf2b259e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,7 @@ DEFAULT_SUPP_FILES = @DEFAULT_SUPP@
# default.supp, as it is built from the base .supp files at compile-time.
dist_noinst_DATA = $(SUPP_FILES)
-pkglib_DATA = default.supp
+#pkglib_DATA = default.supp
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = valgrind.pc
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 6d576954..3ccc9881 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -488,7 +488,7 @@ GDBSERVER_XML_FILES = \
m_gdbserver/powerpc-altivec64l.xml
# so as to make sure these get copied into the install tree
-pkglib_DATA = $(GDBSERVER_XML_FILES)
+#pkglib_DATA = $(GDBSERVER_XML_FILES)
# so as to make sure these get copied into the tarball
EXTRA_DIST += $(GDBSERVER_XML_FILES)