From: Simon Wilkinson Date: Tue, 8 Jan 2013 15:28:17 +0000 (+0000) Subject: Build system: ADd LT_LDRULE_static_NOQ X-Git-Tag: upstream/1.8.0_pre1^2~1573 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ee7b4467dba211c25875797227e18643d8ea7ac3;p=packages%2Fo%2Fopenafs.git Build system: ADd LT_LDRULE_static_NOQ Add a NOQ variant of the LT_LDRULE_static build macro, so that it can be used as part of compound rules. Change-Id: I45b3d4ff09465d2d472e27c2fd290e0311791403 Reviewed-on: http://gerrit.openafs.org/8902 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- diff --git a/src/config/Makefile.config.in b/src/config/Makefile.config.in index a4101c73d..fbed0cc0b 100644 --- a/src/config/Makefile.config.in +++ b/src/config/Makefile.config.in @@ -287,6 +287,10 @@ LT_LDRULE_static = $(RUN_LD) $(LIBTOOL) --quiet --mode=link --tag=CC \ $(MT_CC) -static $(PTH_LDFLAGS) $(PTH_CFLAGS) \ $(LDFLAGS_$(@)) -o $@ +LT_LDRULE_static_NOQ = $(RUN_LD_NOQ) $(LIBTOOL) --quiet --mode=link --tag=CC \ + $(MT_CC) -static $(PTH_LDFLAGS) $(PTH_CFLAGS) \ + $(LDFLAGS_$(@)) -o $@ + LT_INSTALL_DATA=$(LIBTOOL) --quiet --mode=install $(INSTALL_DATA) LT_INSTALL_PROGRAM=$(LIBTOOL) --quiet --mode=install $(INSTALL_PROGRAM)