Implement 'strings' and 'hexdump' commands.
[libguestfs.git] / java / Makefile.am
index d1c0da4..b49c303 100644 (file)
@@ -96,4 +96,8 @@ TESTS_ENVIRONMENT = \
 t/%.class: t/%.java
        $(JAVAC) $(JAVAC_FLAGS) -classpath libguestfs-$(VERSION).jar $<
 
-endif
\ No newline at end of file
+endif
+
+# Tell version 3.79 and up of GNU make to not build goals in this
+# directory in parallel.
+.NOTPARALLEL: