From fd79a3dd5b5e3a541f100b0fb5761ae9e9fac1fc Mon Sep 17 00:00:00 2001 From: Blekos EelVex Kostas Date: Sat, 27 Nov 2010 23:37:29 +0200 Subject: [PATCH] remove space for flex's -P flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97e0dd80..66f92713 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ src/cfgparse.yy.o: src/cfgparse.l src/cfgparse.y.o ${HEADERS} src/cmdparse.yy.o: src/cmdparse.l src/cmdparse.y.o ${HEADERS} echo "LEX $<" - flex -P cmdyy -i -o$(@:.o=.c) $< + flex -Pcmdyy -i -o$(@:.o=.c) $< $(CC) $(CFLAGS) -DLOGLEVEL="(1 << $(shell awk '/cmdparse.l/ { print NR }' loglevels.tmp))" -c -o $@ $(@:.o=.c) -- 2.39.2