From 08fd24450685abd935d744795a6c2fc5e819ef64 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 20 May 2014 21:27:43 +0200 Subject: [PATCH] tests: rebuild paths when Makefile is updated --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index 33b7042fa..1538fa3b1 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -137,7 +137,7 @@ lib/%: $(srcdir)/lib/%.sh .lib-dir-stamp cp $< $@ chmod +x $@ -lib/paths: $(srcdir)/Makefile.in .lib-dir-stamp +lib/paths: $(srcdir)/Makefile.in .lib-dir-stamp Makefile $(RM) $@-t echo 'top_srcdir="$(top_srcdir)"' >> $@-t echo 'abs_top_builddir="$(abs_top_builddir)"' >> $@-t