From d423a8e8c07e7a43a35a79eda59cd2721b26fffd Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Mon, 29 Nov 2004 16:26:53 +0000 Subject: [PATCH] Moved irprintf.h from INSTALL_SOURCES to firm internal. [r4502] --- ir/ir/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 7b9bf92bf..32b0a15b6 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -17,14 +17,14 @@ subdir := ir/ir INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h \ irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h \ - irgopt.h ircgcons.h ircgopt.h irreflect.h irarch.h irprintf.h + irgopt.h ircgcons.h ircgopt.h irreflect.h irarch.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ ircons.c ircons_t.h irgmod.c irgraph_t.h irnode.c iropt.c iropt_t.h irvrfy.c \ irgwalk.c irgwalk_blk.c irdump.c irdumptxt.c irgopt.c irgopt_t.h irnode_t.h \ - irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c \ + irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c irprintf.h \ irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c irprintf.c include $(topdir)/MakeRules -- 2.20.1