From 059365f489e43f38520cc7dd3ab8055453d2c82e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 2 Dec 2004 16:20:49 +0000 Subject: [PATCH] added missing include directory [r4555] --- ir/ana2/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1