configure: Make sure that certain build directories exist.

When builddir != srcdir, this ensures that certain build directories
which might not exist are created by configure.
This commit is contained in:
Richard W.M. Jones
2013-04-24 20:32:25 +01:00
parent c4255fd0e3
commit 88271bab7c
5 changed files with 15 additions and 28 deletions

View File

@@ -132,7 +132,6 @@ TESTS_ENVIRONMENT = $(top_builddir)/run --test
noinst_DATA = Bindtests.class $(java_tests:.java=.class)
t/%.class: t/%.java libguestfs-$(VERSION).jar
mkdir -p t
$(JAVAC) $(JAVAC_FLAGS) -classpath libguestfs-$(VERSION).jar -d $(builddir)/t $<
Bindtests.class: Bindtests.java libguestfs-$(VERSION).jar