|
@ -630,7 +630,7 @@ define Build/Configure |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Build/Compile |
|
|
define Build/Compile |
|
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
|
|
|
|
|
|
|
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
|
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
|
all install |
|
|
all install |
|
|
endef |
|
|
endef |
|
|