From: Florian Liekweg Date: Thu, 17 Jun 2004 08:32:02 +0000 (+0000) Subject: Include ir/opt in includes X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3386cc6785476f6020ff522312405e0b6efae747;p=libfirm Include ir/opt in includes [r3123] --- diff --git a/ir/ana/Makefile.in b/ir/ana/Makefile.in index 2beee92f2..66c9aaf79 100644 --- a/ir/ana/Makefile.in +++ b/ir/ana/Makefile.in @@ -27,7 +27,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/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ + -I$(top_srcdir)/ir/opt include $(top_srcdir)/MakeTargets