From: simonmar Date: Tue, 11 Apr 2000 11:53:47 +0000 (+0000) Subject: [project @ 2000-04-11 11:53:47 by simonmar] X-Git-Tag: Approximately_9120_patches~4737 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3ba870202695ea1b247cc5348248713727d4468e;p=ghc-hetmet.git [project @ 2000-04-11 11:53:47 by simonmar] not the dmgob_ guys; we don't have the Native library anymore. --- diff --git a/ghc/tests/programs/Makefile b/ghc/tests/programs/Makefile index 039afcb..f832adb 100644 --- a/ghc/tests/programs/Makefile +++ b/ghc/tests/programs/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.6 2000/04/11 11:48:13 simonmar Exp $ +# $Id: Makefile,v 1.7 2000/04/11 11:53:47 simonmar Exp $ # # (c) The GHC Team, 1999-2000 # @@ -28,6 +28,9 @@ NOT_THESE += andy_cherry barton-mangler-bug callback cvh_unboxing dmgob_native1 NOT_THESE += jeff-bug lennart_array # compiles but doesn't run +NOT_THESE += dmgob_native1 dmgob_native2 +# Native library doens't exist + SUBDIRS = $(filter-out $(patsubst %, %/, $(NOT_THESE)), $(wildcard */)) include $(TOP)/mk/target.mk