1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

Don't fail in the builddir == srcdir case, though. (testsuite)

This commit is contained in:
Petr Rockai 2009-11-30 16:56:42 +00:00
parent a124554ded
commit 1bedaf742a

View File

@ -58,9 +58,9 @@ init.sh: $(srcdir)/Makefile.in $(srcdir)/test-utils.sh .bin-dir-stamp bin/not bi
echo 'export PATH' >> $@-t
chmod a-w $@-t
mv $@-t $@
test "$(srcdir)" != "." && cp $(srcdir)/test-utils.sh \
$(srcdir)/test-lib.sh \
$(T) .
if test "$(srcdir)" != "."; then cp $(srcdir)/test-utils.sh \
$(srcdir)/test-lib.sh \
$(T) .; fi
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@