From cbab525fd22a9e7d119625542a94a037e11f6fa8 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 23 Mar 2006 12:17:20 +0000 Subject: [PATCH] added missing include directory --- ir/be/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/Makefile.in b/ir/be/Makefile.in index 76a661f27..0d562d82e 100644 --- a/ir/be/Makefile.in +++ b/ir/be/Makefile.in @@ -35,8 +35,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/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \ - -I$(topdir)/ir/config + -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \ + -I$(top_srcdir)/ir/opt -I$(topdir)/ir/config include $(top_srcdir)/MakeTargets -- 2.20.1