From b3ebaf8158524800cd0135bfd69b25189321c207 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Thu, 30 Mar 2006 12:33:20 +0000 Subject: [PATCH] added missing source file --- ir/be/ppc32/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ppc32/Makefile.in b/ir/be/ppc32/Makefile.in index f3ccbcd5e..4a715fc3c 100644 --- a/ir/be/ppc32/Makefile.in +++ b/ir/be/ppc32/Makefile.in @@ -22,7 +22,7 @@ SOURCES = Makefile.in $(arch)_new_nodes.c $(arch)_new_nodes.h gen_$(arch)_new_no gen_$(arch)_emitter.c gen_$(arch)_emitter.h $(arch)_emitter.c $(arch)_emitter.h \ bearch_$(arch).c gen_$(arch)_regalloc_if_t.h gen_$(arch)_regalloc_if.h gen_$(arch)_regalloc_if.c \ $(arch)_transform.c $(arch)_transform.h $(arch)_gen_decls.c $(arch)_gen_decls.h \ - $(arch)_map_regs.c $(arch)_map_regs.h + $(arch)_map_regs.c $(arch)_map_regs.h $(arch)_transform_conv.c $(arch)_transform_conv.h include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -- 2.20.1