[packages] utils/usb-modeswitch: fix compilation w/ ccache. Thanks Daniel Gimpelevich
authorAndy Boyett <agb@openwrt.org>
Thu, 29 Oct 2009 00:19:35 +0000 (00:19 +0000)
committerAndy Boyett <agb@openwrt.org>
Thu, 29 Oct 2009 00:19:35 +0000 (00:19 +0000)
SVN-Revision: 18197

utils/usb-modeswitch/Makefile

index 82d1c217b2db31b4a9f418e31c6155dd755e933c..195f37acdf3f4593b5d5aace7c9a484853d75852 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=usb_modeswitch
 PKG_VERSION:=1.0.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.draisberghof.de/usb_modeswitch
@@ -31,7 +31,7 @@ define Package/usb-modeswitch/description
 endef
 
 define Build/Compile
-       "$(TARGET_CC)" $(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS) \
+       $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS) \
                -lusb \
                -o $(PKG_BUILD_DIR)/usb_modeswitch-OpenWrt \
                                $(PKG_BUILD_DIR)/usb_modeswitch.c