diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 78440d23f4..ab3b68e4a6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -9,10 +9,10 @@ check_DATA = \ test/sys: $(AM_V_at)$(MKDIR_P) $(dir $@) - $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz + $(AM_V_GEN)tar -C $(top_builddir)/test/ -xJf $(top_srcdir)/test/sys.tar.xz test-sys-distclean: - -rm -rf test/sys + -rm -rf $(top_builddir)/test/sys DISTCLEAN_LOCAL_HOOKS = \ test-sys-distclean |