summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/openswan/openswan.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openswan/openswan.mk b/package/openswan/openswan.mk
index 6c6a8a776a..b7689c14a7 100644
--- a/package/openswan/openswan.mk
+++ b/package/openswan/openswan.mk
@@ -29,12 +29,12 @@ endif
endif
define OPENSWAN_BUILD_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
+ $(TARGET_MAKE_ENV) $(MAKE1) -C $(@D) \
$(OPENSWAN_MAKE_OPTS) programs
endef
define OPENSWAN_INSTALL_TARGET_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
+ $(TARGET_MAKE_ENV) $(MAKE1) -C $(@D) \
$(OPENSWAN_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
endef
OpenPOWER on IntegriCloud