From ce901a234111f0a6cf98b441c011289ce0d0bdfa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 Apr 2003 21:02:13 +0000 Subject: more build fixes, calling the other makefiles instead of including them --- openbox/.cvsignore | 1 + openbox/parse.y | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'openbox') diff --git a/openbox/.cvsignore b/openbox/.cvsignore index 9f07b9e0..5060e191 100644 --- a/openbox/.cvsignore +++ b/openbox/.cvsignore @@ -3,3 +3,4 @@ lex.yy.c parse.tab.c parse.tab.h .libs +parse.lex.c diff --git a/openbox/parse.y b/openbox/parse.y index bc77fd9a..71cc5ba9 100644 --- a/openbox/parse.y +++ b/openbox/parse.y @@ -19,8 +19,8 @@ #include "parse.h" extern int yylex(); -/*extern int yyparse();*/ -/*void yyerror(char *err);*/ +extern int yyparse(); +void yyerror(char *err); extern int yylineno; extern FILE *yyin; -- cgit v1.2.3