From 34aaec6164304c82c2d43ed708642ea8c802e3fc Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Fri, 11 Jun 2004 18:26:32 +0000 Subject: [PATCH] Added rta [r3059] --- ir/ana/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ana/Makefile.in b/ir/ana/Makefile.in index bce95ed91..2beee92f2 100644 --- a/ir/ana/Makefile.in +++ b/ir/ana/Makefile.in @@ -15,12 +15,12 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/ana -INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimpletype.h +INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimpletype.h rta.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ - irouts.c irdom_t.h irdom.c cgana.c \ + irouts.c irdom_t.h irdom.c cgana.c rta.c \ irloop_t.h irbackedge.c irbackedge_t.h irscc.c ircfscc.c irtypeinfo.c irsimpletype.c include $(topdir)/MakeRules -- 2.20.1