changed quoted include to <> so make depend catches the right one
This commit is contained in:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user