From 78e2efd752a23bc9634c3955c84c3955cce42911 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Wed, 20 Oct 2004 15:00:24 +0000 Subject: [PATCH] move ecg from ana to ana2 [r4167] --- Makefile.in | 2 +- configure | 2 +- configure.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 88f9a5a67..095d4cada 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ subdir := . # do we want statistics enable_statistics := @enable_statistics@ -subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/opt ir/tr ir/ana ir/stat ir/external # ir/st +subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/opt ir/tr ir/ana ir/stat ir/external ir/ana2 SOURCES := Makefile.in MakeRules.in MakeTargets\ aclocal.m4 config.h.in\ diff --git a/configure b/configure index c79549344..1aa3cb20f 100755 --- a/configure +++ b/configure @@ -1209,7 +1209,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \ ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \ - ir/ana/Makefile ir/tr/Makefile ir/st/Makefile ir/stat/Makefile \ + ir/ana/Makefile ir/tr/Makefile ir/ana2/Makefile ir/stat/Makefile \ ir/opt/Makefile ir/external/Makefile \ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \ libfirm.doxygen" diff --git a/configure.in b/configure.in index 0b117a33e..a174f70d0 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ AC_PREREQ(2.50) dnl if other files should be generated just add them to ac_output_files ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \ ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \ - ir/ana/Makefile ir/tr/Makefile ir/st/Makefile ir/stat/Makefile \ + ir/ana/Makefile ir/tr/Makefile ir/ana2/Makefile ir/stat/Makefile \ ir/opt/Makefile ir/external/Makefile \ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \ libfirm.doxygen" -- 2.20.1