From 5e6684ac79962723df7c28a6e523d9d863e24430 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 20 Mar 1997 22:26:00 +0000 Subject: [PATCH] [project @ 1997-03-20 22:26:00 by sof] Place all include files in one installation dir --- ghc/includes/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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: -- 1.7.10.4