some bugfixes and additions for the default compile target

SVN-Revision: 3886
owl
Felix Fietkau 2006-06-01 01:06:23 +00:00
parent c8ec7f7647
commit 12090bfed0
1 changed files with 1 additions and 3 deletions

View File

@ -235,10 +235,8 @@ define Build/Compile/Default
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
CC=$(TARGET_CC) \ CC=$(TARGET_CC) \
CROSS="$(TARGET_CROSS)" \ CROSS="$(TARGET_CROSS)" \
PREFIX="$$(IDIR_$(1))" \ EXTRA_CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include" \
EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
ARCH="$(ARCH)" \ ARCH="$(ARCH)" \
DESTDIR="$$(IDIR_$(1))" \
$(1); $(1);
endef endef