changed quoted include to <> so make depend catches the right one

This commit is contained in:
John Winans
1993-11-18 14:32:26 +00:00
parent e54793de8f
commit 364fde68dc

View File

@@ -202,7 +202,7 @@ static char rcsid[] =
#undef yywrap
#include "flexdef.h"
#include "parse.h"
#include <parse.h>
#define ACTION_ECHO fprintf( temp_action_file, "%s", yytext )
#define MARK_END_OF_PROLOG fprintf( temp_action_file, "%%%% end of prolog\n" );