From: Rubino Geiß Date: Tue, 20 Apr 2004 13:52:54 +0000 (+0000) Subject: Do not enter ir/stat if statistics is disabled X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cf2580b7d24d6b4bfa18083f36f651be51ace5e5;p=libfirm Do not enter ir/stat if statistics is disabled [r2688] --- diff --git a/Makefile.in b/Makefile.in index 81b05102d..a40c393cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,11 @@ topdir := . # subdirectory under topdir subdir := . -subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr ir/ana ir/st ir/stat +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 SOURCES := Makefile.in MakeRules.in MakeTargets\ aclocal.m4 config.h.in\