From b268ec5ec85fd6da735491a8fbc7560037e613b5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 25 Aug 2008 10:50:56 +0200 Subject: GNUmakefile: Restore the possibility of compiling without LLVM. --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index c637f6f..e9fbdc3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -152,8 +152,13 @@ before-all:: before-etshell before-toilet # _stamp.mm serves two distinct purposes. First, it causes toilet to be # relinked whenever one of the $(KIT_TARGETS) has been updated, and # second, it causes toilet to be linked with g++. +ifeq ($(USE_LLVM),YES) _stamp.mm: obj/libtoilet-llvm.a touch $@ +else +_stamp.mm: + touch $@ +endif before-etshell:: ToiletKit rm -f obj/etshell -- cgit v1.2.3