From 14a71561a388196edbcddfa72d281e911c06266f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 1 Oct 2007 16:15:31 +0000 Subject: - just use the strip binary to avoid confusing libtool (quotes) - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) --- package/l2tp/l2tp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/l2tp/l2tp.mk') diff --git a/package/l2tp/l2tp.mk b/package/l2tp/l2tp.mk index ab90ab94a..b837b0a91 100644 --- a/package/l2tp/l2tp.mk +++ b/package/l2tp/l2tp.mk @@ -40,7 +40,7 @@ $(L2TP_DIR)/$(L2TP_BINARY): $(L2TP_DIR)/.unpacked $(TARGET_DIR)/$(L2TP_TARGET_BINARY): $(L2TP_DIR)/$(L2TP_BINARY) cp -dpf $(L2TP_DIR)/$(L2TP_BINARY) $@ cp -dpf package/l2tp/l2tpd $(TARGET_DIR)/etc/init.d/ - $(STRIP) $@ + $(STRIPCMD) $@ l2tp: uclibc $(TARGET_DIR)/$(L2TP_TARGET_BINARY) -- cgit v1.2.3