From: Ian Lynagh Date: Tue, 29 Jul 2008 14:19:17 +0000 (+0000) Subject: Remove ndp from libraries/Makefile. We now use dph instead. X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cae1d339a8689711f618c0835d53c4fb2ba91826;p=ghc-hetmet.git Remove ndp from libraries/Makefile. We now use dph instead. --- diff --git a/libraries/Makefile b/libraries/Makefile index 6d8287f..818fff0 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -67,7 +67,6 @@ SUBDIRS += $(wildcard stm) SUBDIRS += $(wildcard xhtml) SUBDIRS += $(wildcard cgi) SUBDIRS += $(wildcard parallel) -SUBDIRS_BUILD += $(wildcard ndp) SUBDIRS_BUILD += $(wildcard dph/dph-base) SUBDIRS_BUILD += $(wildcard dph/dph-prim-interface) SUBDIRS_BUILD += $(wildcard dph/dph-prim-seq)