diff options
-rw-r--r-- | connectivity/source/parse/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/connectivity/source/parse/makefile.mk b/connectivity/source/parse/makefile.mk index 2b072e09e4..95b4d18c80 100644 --- a/connectivity/source/parse/makefile.mk +++ b/connectivity/source/parse/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hr $ $Date: 2004-08-02 17:15:47 $ +# last change: $Author: rt $ $Date: 2005-09-07 16:01:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,7 +64,7 @@ PRJ=..$/.. PRJNAME=connectivity TARGET=sql - +INCPRE=$(MISC) # --- Settings ----------------------------------------------------- @@ -86,7 +86,7 @@ EXCEPTIONSFILES = \ SLOFILES = \ $(EXCEPTIONSFILES) \ - $(SLO)$/sqlbison.obj \ + $(SLO)$/wrap_sqlbison.obj \ $(SLO)$/sqlflex.obj \ $(SLO)$/internalnode.obj @@ -100,3 +100,5 @@ $(MISC)$/%.cxx: %.l $(INCCOM)$/sqlbison.hxx : $(YACCTARGET) $(EXCEPTIONSFILES) : $(INCCOM)$/sqlbison.hxx +$(SLO)$/wrap_sqlbison.obj : $(YACCTARGET) + |