Displaying 1 result from an estimated 1 matches for "973bcb5".
Did you mean:
920bcb5
2012 Jan 04
1
[PATCH] build: Fix automake warnings
...progress.ml \
@@ -120,10 +122,10 @@ depend: .depend
include .depend
-.PHONY: depend docs
-
endif
+.PHONY: depend docs
+
# Parallel builds don't obey dependencies for some reason we
# don't understand.
.NOTPARALLEL:
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 973bcb5..9d5e076 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -17,6 +17,8 @@
include $(top_srcdir)/subdir-rules.mk
+SOURCES =
+
EXTRA_DIST = \
$(SOURCES) \
virt-sparsify.pod \
@@ -27,7 +29,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify test.img
if HAVE_OCAML...