[packages] lsm: fix compilation with ccache (#8539)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 1 Jan 2011 23:15:42 +0000 (23:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 1 Jan 2011 23:15:42 +0000 (23:15 +0000)
SVN-Revision: 24872

net/lsm/Makefile

index 7fd0faa9b3004950fae2bd28847543c3b479b606..8efbe4c879374e5a785113c68b312149711e1aa4 100644 (file)
@@ -37,8 +37,7 @@ define Package/lsm/conffiles
 endef
 
 define Build/Compile
-       echo sed -ie 's/\$$$$(CC)/mipsel-openwrt-linux-uclibc-gcc/g' $(PKG_BUILD_DIR)/Makefile
-       $(MAKE) -C $(PKG_BUILD_DIR) CC=$(TARGET_CC)
+       $(MAKE) -C $(PKG_BUILD_DIR) CC="$(TARGET_CC)"
 endef
 
 define Package/lsm/install