From c652fc6862767c7d70e654ac0f704880acf310c4 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 7 Mar 2006 10:09:41 +0000 Subject: [PATCH 1/1] recurse into ir/lower [r7420] --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7afa388b3..fe01ce0e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,7 +36,7 @@ LIBS = @LIBS@ plugin_subdirs := @plugin_subdirs@ build_subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir \ - ir/opt ir/tr ir/ana ir/stat ir/ana2 ir/arch \ + ir/opt ir/tr ir/ana ir/stat ir/ana2 ir/arch ir/lower \ $(plugin_subdirs) ifeq (@enable_external_effects@,yes) -- 2.20.1