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/dm/dm.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/dm/dm.mk') diff --git a/package/dm/dm.mk b/package/dm/dm.mk index a43e66772..e407f8935 100644 --- a/package/dm/dm.mk +++ b/package/dm/dm.mk @@ -90,13 +90,13 @@ $(DM_STAGING_BINARY) $(DM_STAGING_LIBRARY): $(DM_DIR)/.configured # Install dmsetup from staging to target $(DM_TARGET_BINARY): $(DM_STAGING_BINARY) $(INSTALL) -m 0755 $? $@ - -$(STRIP) $(DM_TARGET_BINARY) + -$(STRIPCMD) $(DM_TARGET_BINARY) touch -c $@ # Install libdevmapper.so.1.00 from staging to target $(DM_TARGET_LIBRARY).$(DM_BASEVER): $(DM_STAGING_LIBRARY) $(INSTALL) -m 0644 $? $@ - -$(STRIP) $@ + -$(STRIPCMD) $@ touch -c $@ # Makes libdevmapper.so a symlink to libdevmapper.so.1.00 -- cgit v1.2.3