summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1/files/patch-idlc::source::makefile.mk
blob: 9b02a6f4fc18a01438eb5986b5371eb1e1281931 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ../idlc/source/makefile.mk.orig	Sat Mar  2 21:14:55 2002
+++ ../idlc/source/makefile.mk	Sat Mar  2 21:15:43 2002
@@ -148,6 +148,10 @@
 
 $(MISC)$/parser.cxx: parser.yy
 	+bison -v -d -o$(MISC)$/parser.cxx parser.yy
+.IF "$(OS)"=="FREEBSD"
+	+$(COPY) $(MISC)$/parser.hxx $(OUT)$/inc$/parser.h
+.ELSE
 	+$(COPY) $(MISC)$/parser.cxx.h $(OUT)$/inc$/parser.h
+.ENDIF
 # with line statements (for debugging)
 #	+bison -v -d -o$(MISC)$/parser.cxx parser.yy