From: sof Date: Fri, 9 Nov 2001 16:29:06 +0000 (+0000) Subject: [project @ 2001-11-09 16:29:06 by sof] X-Git-Tag: Approximately_9120_patches~590 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=41a551e3825b77b0f2cf31241f04b3364a92e9a6 [project @ 2001-11-09 16:29:06 by sof] Auto-rule for INSTALL_DATAS and cbits/ header files: Nuke $(shell perl -e '...') use, i.e., don't load in and start up a 3M binary just to capitalise a word (which gets done twice per invocation of 'make'). --- diff --git a/mk/target.mk b/mk/target.mk index a9cf9b8..0ad9587 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -388,7 +388,6 @@ endif ifeq "$(IS_CBITS_LIB)" "YES" override datadir:=$(libdir)/include -INSTALL_DATAS += Hs$(shell perl -e 'print ucfirst "$(PACKAGE)"').h else SRC_CC_OPTS += -Icbits endif