$OpenBSD: patch-java_Makefile,v 1.1.1.1 2011/05/20 10:09:57 sthen Exp $
--- java/Makefile.orig	Tue Feb  8 17:10:56 2011
+++ java/Makefile	Tue Feb  8 17:11:06 2011
@@ -21,9 +21,9 @@ JAVALIBPATH= $(CURDIR)
 # preprocess this file so it might include our local copies of library objects: libgcj_local
 com/lowagie/text/pdf/PdfEncryption.java : com/lowagie/text/pdf/PdfEncryption.java.c
 ifdef USE_LOCAL_LIBGCJ
-	cpp -C -P -DPDFTK_JAVA_LOCAL com/lowagie/text/pdf/PdfEncryption.java.c com/lowagie/text/pdf/PdfEncryption.java
+	cpp -C -P -DPDFTK_JAVA_LOCAL com/lowagie/text/pdf/PdfEncryption.java.c >com/lowagie/text/pdf/PdfEncryption.java
 else
-	cpp -C -P com/lowagie/text/pdf/PdfEncryption.java.c com/lowagie/text/pdf/PdfEncryption.java
+	cpp -C -P com/lowagie/text/pdf/PdfEncryption.java.c >com/lowagie/text/pdf/PdfEncryption.java
 endif
 
 #
