From b0ea8b4cd62a40cf3324fae5dec79c4866491c70 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 23 Aug 2008 23:49:55 +0200 Subject: =?UTF-8?q?GNUmakefile:=20Relink=20the=20=E2=80=9Ctoilet=E2=80=9D?= =?UTF-8?q?=20executable=20when=20libtoilet-llvm.a=20is=20updated.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index c44f27a..3545e89 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -152,7 +152,7 @@ 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++. -_stamp.mm: #$(KIT_TARGETS) +_stamp.mm: obj/libtoilet-llvm.a touch $@ before-etshell:: ToiletKit -- cgit v1.2.3