From 3386cc6785476f6020ff522312405e0b6efae747 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Thu, 17 Jun 2004 08:32:02 +0000 Subject: [PATCH] Include ir/opt in includes [r3123] --- ir/ana/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1