From c567820a7032c030c5d99e4d955b8ce72d4750dc Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 6 Mar 2006 17:29:03 +0000 Subject: [PATCH] missing include directory added [r7419] --- ir/lower/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/lower/Makefile.in b/ir/lower/Makefile.in index 7ceec95a0..8f6975000 100644 --- a/ir/lower/Makefile.in +++ b/ir/lower/Makefile.in @@ -28,7 +28,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir -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/arch -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external \ - -I$(topdir)/ir/config + -I$(top_srcdir)/ir/opt -I$(topdir)/ir/config include $(top_srcdir)/MakeTargets -- 2.20.1