[PATCH 7/7] restore OSX compatibility (bug #36654)

ygrek <[email protected]> Mon, 18 Jun 2012 00:20:42 +0300
Newsgroups gmane.network.mldonkey.user
Message-ID <[email protected]>
---
 config/Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/Makefile.in b/config/Makefile.in
index 4f0488f..ca2683e 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -1847,7 +1847,7 @@ rpm: sourcedist
 	$(OCAMLC) $(DEVFLAGS) $(INCLUDES) -c $<
 
 .mlcpp.ml:
-	@$(CPP) -x c -P $< $(FIX_BROKEN_CPP) -o $@
+	@$(CPP) -x c -P $< $(FIX_BROKEN_CPP) > $@
 
 %.ml: %.mlp $(BITSTRING)/pa_bitstring.cmo
 	$(CAMLP4OF) build/bitstring.cma $(BITSTRING)/bitstring_persistent.cmo $(BITSTRING)/pa_bitstring.cmo -impl $< -o $@
-- 
1.7.10