1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-28 02:50:41 +03:00

test: Targets and sources can't have the same name if builddir == srcdir.

This commit is contained in:
Petr Rockai 2014-06-27 09:10:56 +02:00
parent 2bc76bcdab
commit feb2c7bc47
7 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ lib/%: $(srcdir)/lib/%.sh .lib-dir-stamp
cp $< $@
chmod +x $@
lib/flavour-%: $(srcdir)/lib/flavour-% .lib-dir-stamp
lib/flavour-%: $(srcdir)/lib/flavour-%.sh .lib-dir-stamp
cp $< $@
lib/paths-common: $(srcdir)/Makefile.in .lib-dir-stamp Makefile