From 86cdf87a1ed26801e3889ca5ba819e565fb47aac Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 25 May 2001 01:15:36 +0000 Subject: [PATCH] [project @ 2001-05-25 01:15:36 by sof] Conditionally descend into touchy/ --- ghc/utils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 8db0f28..e34e3ec 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -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 \ -- 1.7.10.4