From: Vadim Zeitlin Date: Fri, 19 Oct 2001 17:37:07 +0000 (+0000) Subject: use -I. for parser.c as it needs it to find lexer.c X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d22ff69d2db9342dec0689501b0d5b9035ec0d58?ds=inline use -I. for parser.c as it needs it to find lexer.c git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index 36d535a88f..ea419afc23 100644 --- a/Makefile.in +++ b/Makefile.in @@ -352,7 +352,7 @@ $(build_libdir)/@WX_LIBRARY_LINK1_GL@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED_G $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h parser.o: parser.c lexer.c - $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c + $(CCLEX) -c $(CFLAGS) -I. $(PICFLAGS) -o $@ parser.c parser.c: $(COMMDIR)/parser.y lexer.c $(YACC) $(COMMDIR)/parser.y