$NetBSD: patch-ab,v 1.3 2009/04/29 11:21:52 wiz Exp $

--- parsing_cocci/Makefile.orig	2009-04-14 20:49:41.000000000 +0000
+++ parsing_cocci/Makefile
@@ -40,8 +40,8 @@ get_constants.ml get_constants2.ml parse
 LIBS=../commons/commons.cma ../globals/globals.cma
 SYSLIBS = str.cma unix.cma
 
-#MENHIR_PATH=$(shell ocamlfind query menhirLib)
-MENHIR_PATH=../menhirlib
+MENHIR_PATH=$(shell ocamlfind query menhirLib)
+#MENHIR_PATH=../menhirlib
 
 INCLUDES = -I ../commons -I ../commons/ocamlextra -I ../globals \
 -I $(MENHIR_PATH)
