2010/6/18 Nicolas Palix <[email protected]>: > > Fix follows. > > diff -ru coccinelle-0.2.3rc2.old/Makefile coccinelle-0.2.3rc2.new/Makefile > --- coccinelle-0.2.3rc2.old/Makefile 2010-06-11 21:55:47.000000000 +0200 > +++ coccinelle-0.2.3rc2.new/Makefile 2010-06-18 15:06:48.000000000 +0200 > @@ -77,8 +77,8 @@ > endif > > # Should we use the local version of menhirLib > -ifeq ("$(MENHIRDIR)","menhirLib") > -LOCALMENHIR=menhirLib > +ifeq ("$(MENHIRDIR)","menhirlib") > +LOCALMENHIR=menhirlib > else > LOCALMENHIR= > endif
Works for me, thanks. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
