From: simonmar Date: Mon, 17 Apr 2000 11:35:18 +0000 (+0000) Subject: [project @ 2000-04-17 11:35:18 by simonmar] X-Git-Tag: Approximately_9120_patches~4675 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=5e1b2fd705d1c6d805e8795cfb39b68e8c67aa20;p=ghc-hetmet.git [project @ 2000-04-17 11:35:18 by simonmar] Add $(INSTALL_INCLUDES), we'll probably need it at some point. --- diff --git a/mk/target.mk b/mk/target.mk index 49e462d..b9db06c 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -806,6 +806,14 @@ install:: $(INSTALL_DATAS) done endif +ifneq "$(INSTALL_INCLUDES)" "" +install:: $(INSTALL_INCLUDES) + @$(INSTALL_DIR) $(includedir) + for i in $(INSTALL_INCLUDES); do \ + $(INSTALL_DATA) $(INSTALL_OPTS) $$i $(includedir); \ + done +endif + # # Use with care.. #