[project @ 2001-10-13 20:47:43 by sof]
authorsof <unknown>
Sat, 13 Oct 2001 20:47:43 +0000 (20:47 +0000)
committersof <unknown>
Sat, 13 Oct 2001 20:47:43 +0000 (20:47 +0000)
When 'boot'ing, delay 'all' target a bit

ghc/utils/touchy/Makefile

index ea018b4..d2430df 100644 (file)
@@ -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
+