diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index daa044e5e73102dd62a03c16d9c33bc0601ddf2e..ed3f0c8b81d18912c09cdc004d8bf8dfda919f0f 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