| Index: fbset-2.1/Makefile | |
| =================================================================== | |
| --- fbset-2.1.orig/Makefile | |
| +++ fbset-2.1/Makefile | |
| @@ -2,7 +2,6 @@ | |
| # Linux Frame Buffer Device Configuration | |
| # | |
| -CC = gcc -Wall -O2 -I. | |
| BISON = bison -d | |
| FLEX = flex | |
| INSTALL = install | |
| @@ -20,6 +19,8 @@ lex.yy.o: lex.yy.c fbset.h modes.tab.h | |
| lex.yy.c: modes.l | |
| $(FLEX) modes.l | |
| +modes.tab.h: modes.tab.c | |
| + | |
| modes.tab.c: modes.y | |
| $(BISON) modes.y | |