fix spaces, cflags issue
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9621 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a456b109f2
commit
6ffdfbe0ea
@ -45,7 +45,7 @@ define Build/Compile
|
||||
mkdir -p $(PKG_INSTALL_DIR)/usr
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
COPTS="$(TARGET_CFLAGS)" \
|
||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) -s" \
|
||||
PRECOMPILED_FILTER=1 \
|
||||
STAGING_DIR="$(STAGING_DIR)" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)/usr" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user