summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-idlc::source::makefile.mk
blob: 780425770b862d38ae80f0bd3be833c9576e090a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ../idlc/source/makefile.mk.orig	Wed Mar  6 10:25:35 2002
+++ ../idlc/source/makefile.mk	Wed Mar  6 10:25:53 2002
@@ -147,6 +147,7 @@
 	+flex -o$(MISC)$/scanner.cxx $(MISC)$/stripped_scanner.ll
 
 $(MISC)$/parser.cxx: parser.yy
+	+bison -v -d -o$(MISC)$/parser.cxx.h parser.yy
 	+bison -v -d -o$(MISC)$/parser.cxx parser.yy
 	+$(COPY) $(MISC)$/parser.cxx.h $(OUT)$/inc$/parser.h
 # with line statements (for debugging)