summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-24 11:52:38 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-24 11:52:38 +0200
commit7f528dd0da2a99a9043bc63c4f7ff42ded72b976 (patch)
tree1a46196ee7a2d1d43021b91c51d0eedb87409422
parent1560780b5fad554f12ce3964854bd474da1048f8 (diff)
parentb0ea8b4cd62a40cf3324fae5dec79c4866491c70 (diff)
Merge branch 'master' of mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/public/code/mulklisp
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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