summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/parse/makefile.mk')
-rwxr-xr-x[-rw-r--r--]connectivity/source/parse/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/parse/makefile.mk b/connectivity/source/parse/makefile.mk
index 98eb4685903c..510fbb2fc28e 100644..100755
--- a/connectivity/source/parse/makefile.mk
+++ b/connectivity/source/parse/makefile.mk
@@ -43,15 +43,15 @@ YACCFILES= sqlbison.y
YACCFLAGS=-v -d -l -pSQLyy -bsql
EXCEPTIONSFILES = \
- $(SLO)$/PColumn.obj \
+ $(SLO)$/PColumn.obj \
+ $(SLO)$/internalnode.obj \
$(SLO)$/sqliterator.obj \
- $(SLO)$/sqlnode.obj \
- $(SLO)$/wrap_sqlbison.obj \
- $(SLO)$/internalnode.obj
+ $(SLO)$/sqlnode.obj \
+ $(SLO)$/wrap_sqlbison.obj \
+ $(SLO)$/wrap_sqlflex.obj
SLOFILES = \
- $(EXCEPTIONSFILES) \
- $(SLO)$/wrap_sqlflex.obj
+ $(EXCEPTIONSFILES)
# --- Targets -------------------------------------------------------