Bison: use %name-prefix directive rather than -p option
[yaz-moved-to-github.git] / win / makefile
index 2b9ae83..0dc130f 100644 (file)
@@ -881,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