[packages] lsm: fix compilation with ccache (#8539)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24872 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-01-01 23:15:42 +00:00
parent 4d1fb2519c
commit 45c4b14fa3

View 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