From: sof Date: Sat, 13 Oct 2001 20:47:43 +0000 (+0000) Subject: [project @ 2001-10-13 20:47:43 by sof] X-Git-Tag: Approximately_9120_patches~838 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fff4d3309824caf0cb83ab47d2bc83b342753611;p=ghc-hetmet.git [project @ 2001-10-13 20:47:43 by sof] When 'boot'ing, delay 'all' target a bit --- diff --git a/ghc/utils/touchy/Makefile b/ghc/utils/touchy/Makefile index ea018b4..d2430df 100644 --- a/ghc/utils/touchy/Makefile +++ b/ghc/utils/touchy/Makefile @@ -8,12 +8,13 @@ C_SRCS=touchy.c C_PROG=touchy SRC_CC_OPTS += -O -# Get it over with! -boot :: all - # # Install touchy in lib/.* # INSTALL_LIBEXECS += $(C_PROG) include $(TOP)/mk/target.mk + +# Get it over with! +boot :: all +