From 364fde68dca32a52e8d3afa738335ef022e6938c Mon Sep 17 00:00:00 2001 From: John Winans Date: Thu, 18 Nov 1993 14:32:26 +0000 Subject: [PATCH] changed quoted include to <> so make depend catches the right one --- src/toolsComm/flex/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolsComm/flex/scan.c b/src/toolsComm/flex/scan.c index 7217573a3..804408a28 100644 --- a/src/toolsComm/flex/scan.c +++ b/src/toolsComm/flex/scan.c @@ -202,7 +202,7 @@ static char rcsid[] = #undef yywrap #include "flexdef.h" -#include "parse.h" +#include #define ACTION_ECHO fprintf( temp_action_file, "%s", yytext ) #define MARK_END_OF_PROLOG fprintf( temp_action_file, "%%%% end of prolog\n" );