fix makefile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4606 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm
2006-08-18 23:13:40 +00:00
parent 8b6c86b471
commit e20dd6787a
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,7 @@ define Package/dsl-qos-queue
endef
define Build/Compile
$(call Build/Compile/Default,CC=$(TARGET_CC) \
$(TARGET_CONFIGURE_OPTS) \
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
install_prefix="$(PKG_INSTALL_DIR)" \