mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user