kconfig/Makefile
changeset 2998 7b1dda3ab075
parent 2836 1c4f3be68a6d
child 3019 6f23aba03281
     1.1 --- a/kconfig/Makefile	Sun Jan 15 01:04:26 2012 +0100
     1.2 +++ b/kconfig/Makefile	Sat Jul 14 19:52:58 2012 +0200
     1.3 @@ -88,7 +88,7 @@
     1.4  
     1.5  lex.zconf.c: zconf.l
     1.6  	@echo "  LEX    '$@'"
     1.7 -	@flex -L -P zconf -o $@ $<
     1.8 +	@flex -L -Pzconf -o$@ $<
     1.9  
    1.10  # Build C files
    1.11  %.o: %.c