From ba4c432ee8b6061db389e48ce971074b83e3bc6b Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Tue, 4 Jul 2000 09:33:43 +0000 Subject: [PATCH] [project @ 2000-07-04 09:33:43 by simonmar] Don't need to install HsStd.h in ghc/includes anymore. The driver looks for it here. --- ghc/lib/std/cbits/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index daa044e5e731..ed3f0c8b81d1 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 2000/05/31 12:04:49 panne Exp $ +# $Id: Makefile,v 1.21 2000/07/04 09:33:43 simonmar Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -40,19 +40,6 @@ SRC_BLD_DLL_OPTS += -lwinmm -lwsock32 -lHSrts_imp -lgmp -L. -L../../../rts/gmp - # CC=$(GHC_INPLACE) -# ghc-inplace needs access to HsStd.h and its includes, so copy them into the -# standard place. -# NOTE 1: Installation of the header files into their final place is done via -# GHC_INCLUDE_DIR. This is not nice, but there is no easy way out. -# NOTE 2: Filtering out timezone.h is a little bit hacky, but we don't need it -# after compilation. -boot :: - cp $(filter-out timezone.h,$(wildcard *.h)) $(GHC_INCLUDE_DIR) - -CLEAN_FILES += $(foreach header_file, $(filter-out timezone.h,$(wildcard *.h)), $(GHC_INCLUDE_DIR)/$(header_file)) - -SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) - # ----------------------------------------------------------------------------- # Installation -- GitLab