From 3c4dcb4f0fc64c1ddc1ef9eecfaf204bdaf0d5d5 Mon Sep 17 00:00:00 2001 From: malcolm Date: Fri, 8 Aug 2003 10:55:22 +0000 Subject: [PATCH] [project @ 2003-08-08 10:55:22 by malcolm] Adjust the default search path for building library packages with nhc98. --- Makefile.nhc98 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 9668dce..4acf083 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,8 +1,6 @@ THISPKG = base SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -DIRS = $(shell ${LOCAL}pkgdirlist ${THISPKG}) - SRCS = \ Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \ Data/Either.hs Data/FiniteMap.hs Data/IORef.hs Data/Int.hs \ -- 1.7.10.4