Skip to content
Snippets Groups Projects
Commit ba4c432e authored by Simon Marlow's avatar Simon Marlow
Browse files

[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.
parent f9e358d0
No related merge requests found
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment