From: sof Date: Thu, 20 Mar 1997 22:26:00 +0000 (+0000) Subject: [project @ 1997-03-20 22:26:00 by sof] X-Git-Tag: Approximately_1000_patches_recorded~757 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5e6684ac79962723df7c28a6e523d9d863e24430;p=ghc-hetmet.git [project @ 1997-03-20 22:26:00 by sof] Place all include files in one installation dir --- diff --git a/ghc/includes/Makefile b/ghc/includes/Makefile index d5335fa..25b3161 100644 --- a/ghc/includes/Makefile +++ b/ghc/includes/Makefile @@ -90,16 +90,13 @@ boot :: all # Install all header files # # Hackily set the install destination here: -INSTALL_DATAS += $(DELIT_H_FILES) $(H_FILES) $(TARGETPLATFORM).h - # -# We want the configuration header files for the different platforms -# to be put inside the lib/../$(HOSTPLATFORM)/ directory +# Note: we keep per-platform copies of all the include files +# (ditto for interface files). This is not *really* needed, but +# it gives (perhaps) a cleaner binary dist structure..might change. # -install :: $(H_CONFIG) - $(INSTALL_DIR) $(libdir)/includes - $(INSTALL_DATA) $(INSTALL_OPTS) $(H_CONFIG) $(libdir)/includes - +datadir:=$(libdir)/includes +INSTALL_DATAS += $(DELIT_H_FILES) $(H_FILES) $(TARGETPLATFORM).h $(H_CONFIG) # # `make clean' settings: