remove more bogus -j1 options from make calls

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5218 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2006-10-18 22:12:51 +00:00
parent cfb03b134f
commit 51400d7b1b
4 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ define Package/libwrap
endef
define Build/Compile
$(MAKE) -j1 -C $(PKG_BUILD_DIR) \
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
OPT_CFLAGS="$(TARGET_CFLAGS)" \
LIBS=-lnsl \