1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

tests: rebuild paths when Makefile is updated

This commit is contained in:
Zdenek Kabelac 2014-05-20 21:27:43 +02:00
parent 2e9792121f
commit 08fd244506

View File

@ -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