summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-07-10 08:53:15 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-07-10 08:53:15 +0000
commit2e5827ccba8ffa6b554460e15524aaed6d6b21cf (patch)
tree7783f9ecc1de8c48458dd2ba6e415af23d4bab62 /idlc
parentc697bf077d05a3a171258dfdc31bd29596b85196 (diff)
#100157# yacc files must have the extension .y
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk
index 428851d10b8c..61df6c2e8cf2 100644
--- a/idlc/source/makefile.mk
+++ b/idlc/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hjs $ $Date: 2002-03-06 13:23:04 $
+# last change: $Author: hjs $ $Date: 2002-07-10 09:53:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -101,7 +101,7 @@ CXXFILES= \
astexpression.cxx
YACCTARGET=$(MISC)$/parser.cxx
-YACCFILES=parser.yy
+YACCFILES=parser.y
OBJFILES= \
$(OBJ)$/scanner.obj \