From 41ed120a71042bfea7bf06f5cd0f2723c834b5ba Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Mon, 12 Jan 1998 14:23:13 +0000 Subject: [PATCH] [project @ 1998-01-12 14:23:13 by simonm] no need to override ways here. --- ghc/driver/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index c6c02f1003bd..fedde4315f49 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -5,11 +5,6 @@ TOP=.. CURRENT_DIR=ghc/driver include $(TOP)/mk/boilerplate.mk -# -# The ways setup doesn't apply to the driver -# -override WAYS= - INSTALLING=0 DYN_LOADABLE_BITS = \ -- GitLab