From 221f85fe8bf636c5d4dd77631d018c5f1d253a6f Mon Sep 17 00:00:00 2001 From: lewie Date: Wed, 28 Jun 2000 16:52:38 +0000 Subject: [PATCH] [project @ 2000-06-28 16:52:38 by lewie] Wave goodbye to hscpp even harder. (erase it from SUBDIR list). --- ghc/utils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 8ee27f2..7477cbd 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -3,10 +3,9 @@ include $(TOP)/mk/boilerplate.mk ifneq "$(BIN_DIST_NAME)" "" # We're doing a binary-dist, descend into a subset of the dirs. -SUBDIRS = hp2ps hscpp mkdependHS stat2resid unlit +SUBDIRS = hp2ps mkdependHS stat2resid unlit else SUBDIRS = hp2ps \ - hscpp \ mkdependHS \ parallel \ stat2resid \ -- 1.7.10.4