From 7342f12385862f155d5fdba352652e1a47f89f62 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Mon, 22 Apr 2002 17:58:31 +0000 Subject: [PATCH] added ir/ana to Makefile.in --flo [r366] --- ir/debug/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/debug/Makefile.in b/ir/debug/Makefile.in index f3c00e454..b4d1ae980 100644 --- a/ir/debug/Makefile.in +++ b/ir/debug/Makefile.in @@ -16,7 +16,8 @@ SOURCES = Makefile.in dbginfo.c dbginfo.h debinfo.c debinfo.h include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv \ - -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/st + -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/st \ + -I$(top_srcdir)/ir/ana include $(top_srcdir)/MakeTargets -- 2.20.1