[project @ 2001-05-25 01:15:36 by sof]
authorsof <unknown>
Fri, 25 May 2001 01:15:36 +0000 (01:15 +0000)
committersof <unknown>
Fri, 25 May 2001 01:15:36 +0000 (01:15 +0000)
Conditionally descend into touchy/

ghc/utils/Makefile

index 8db0f28..e34e3ec 100644 (file)
@@ -12,6 +12,10 @@ SUBDIRS = ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode
 endif
 endif
 
+ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
+SUBDIRS += touchy
+endif
+
 # hstags died when the new parser was introduced.
 #        hstags        \