From fff4d3309824caf0cb83ab47d2bc83b342753611 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 13 Oct 2001 20:47:43 +0000 Subject: [PATCH] [project @ 2001-10-13 20:47:43 by sof] When 'boot'ing, delay 'all' target a bit --- ghc/utils/touchy/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 + -- 1.7.10.4