ir/stat is now always processed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 27 May 2004 07:13:02 +0000 (07:13 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 27 May 2004 07:13:02 +0000 (07:13 +0000)
[r2952]

Makefile.in

index ebdb02e..2892449 100644 (file)
@@ -22,11 +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/tr ir/ana ir/st
-
-ifeq ($(enable_statistics),yes)
-subdirs += ir/stat
-endif
+subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr ir/ana ir/st ir/stat
 
 SOURCES := Makefile.in MakeRules.in MakeTargets\
           aclocal.m4 config.h.in\