Bison: use %name-prefix directive rather than -p option
[yaz-moved-to-github.git] / win / makefile
index bd76802..0dc130f 100644 (file)
@@ -1,5 +1,5 @@
 # This file is part of the YAZ toolkit.
-# Copyright (C) 1995-2013 Index Data
+# Copyright (C) Index Data
 
 # Parameters 
 
@@ -515,6 +515,7 @@ MISC_OBJS= \
    $(OBJDIR)\xmlquery.obj \
    $(OBJDIR)\xmlerror.obj \
    $(OBJDIR)\mime.obj \
+   $(OBJDIR)\cookie.obj \
    $(OBJDIR)\cql.obj \
    $(OBJDIR)\cql2ccl.obj \
    $(OBJDIR)\cql_sortkeys.obj \
@@ -880,7 +881,7 @@ $(INCLDIR)\yaz\yaz-version.h: $(ROOTDIR)/IDMETA
 !if $(HAVE_BISON)
 $(SRCDIR)\cql.c: $(SRCDIR)\cql.y
        @cd $(SRCDIR)
-       $(BISON) -y -p cql_ -o cql.c cql.y
+       $(BISON) -y -o cql.c cql.y
 
 !endif