From eb3f8eaf8fa3df71df8b20874dcbf13fd5c4b21e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 24 Jul 2001 10:38:48 +0000 Subject: [PATCH] [project @ 2001-07-24 10:38:48 by simonmar] remove extra SRC_MKDEPENDC_OPTS, since we shouldn't be doing a mkdependC in this directory at all. --- ghc/lib/std/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 99eef3a..1062861 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -63,7 +63,6 @@ PrelWord_HC_OPTS = -monly-3-regs # Dependency generation SRC_MKDEPENDHS_OPTS += -I$(GHC_INCLUDE_DIR) -SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) #----------------------------------------------------------------------------- # Rules -- 1.7.10.4