From: Michael Beck Date: Thu, 2 Dec 2004 16:20:49 +0000 (+0000) Subject: added missing include directory X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=059365f489e43f38520cc7dd3ab8055453d2c82e;p=libfirm added missing include directory [r4555] --- diff --git a/ir/ana2/Makefile.in b/ir/ana2/Makefile.in index ec1a82cb3..4e9b9ea0e 100644 --- a/ir/ana2/Makefile.in +++ b/ir/ana2/Makefile.in @@ -33,7 +33,8 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ - -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \ + -I$(top_srcdir)/ir/external include $(top_srcdir)/MakeTargets