[project @ 2001-11-09 16:29:06 by sof]
authorsof <unknown>
Fri, 9 Nov 2001 16:29:06 +0000 (16:29 +0000)
committersof <unknown>
Fri, 9 Nov 2001 16:29:06 +0000 (16:29 +0000)
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').

mk/target.mk

index a9cf9b8..0ad9587 100644 (file)
@@ -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