summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vinson <nvinson234@gmail.com>2012-11-26 14:06:51 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-26 23:52:18 -0500
commit3d2fa990011d04e9e1d3b98ef08181f0f4c33273 (patch)
tree0c3c69b1397f63ba789579f7d21db0247373579e
parent29c8198c6fe21f154875516404b6abc460b258a6 (diff)
Replace unused DISTCLEAN_LOCAL_HOOKS and correct path in test/Makefile.am
The DISTCLEAN_LOCAL_HOOKS variable is not used by automake when generating Makefiles. This has been replaced with the clean-local target which does get used. The clean-local target is defined to be dependent on the test-sys-distclean target as recommended in the automake manual. The paths in test-sys-distclean have been corrected to ensure that test/sys is deleted during 'make distcheck'. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 954b93bcfb..2adad9c97a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -51,9 +51,9 @@ test/sys:
$(AM_V_GEN)tar -C $(top_builddir)/test/test -xJf $(top_srcdir)/test/sys.tar.xz
test-sys-distclean:
- -rm -rf $(top_builddir)/test/sys
+ -rm -rf $(top_builddir)/test/test/sys
-DISTCLEAN_LOCAL_HOOKS = \
+clean-local: \
test-sys-distclean
EXTRA_DIST = \