From 6600711236dc56bf0586f932fa7ba2639f8f5324 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Fri, 21 May 2010 17:42:27 -0400 Subject: [PATCH] pervert makefile rules to conform to ylwrap insanity yet still give us a clean global namespace. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 09f1adff..66de3ae7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,8 @@ AUTOMAKE_OPTIONS = subdir-objects foreign ACLOCAL_AMFLAGS = -I m4 AM_YFLAGS = -d +AM_LFLAGS = -P$(*F) -olex.yy.c + INCLUDES = -I. check_PROGRAMS = \ -- 2.34.1