From 4360c648f083d8f370698909c2bbf6bf8dff694b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 7 Jul 2004 09:10:57 +0000 Subject: [PATCH] added stat to include path [r3328] --- ir/tr/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/tr/Makefile.in b/ir/tr/Makefile.in index eaca6a8e1..1b2d1cccc 100644 --- a/ir/tr/Makefile.in +++ b/ir/tr/Makefile.in @@ -29,7 +29,8 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv \ - -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt + -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt \ + -I$(top_srcdir)/ir/stat include $(top_srcdir)/MakeTargets -- 2.20.1