From 3ba870202695ea1b247cc5348248713727d4468e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 11 Apr 2000 11:53:47 +0000 Subject: [PATCH] [project @ 2000-04-11 11:53:47 by simonmar] not the dmgob_ guys; we don't have the Native library anymore. --- ghc/tests/programs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 1.7.10.4