From f83381591ea9afafd96ca5a696bc1da1f46845fb Mon Sep 17 00:00:00 2001 From: Paul Chambers Date: Tue, 9 Nov 2021 12:33:53 -0800 Subject: [PATCH] fixup pppd makefiles to 'Makefile.linux' --- userspace/gpl/apps/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/gpl/apps/ppp/Makefile b/userspace/gpl/apps/ppp/Makefile index e3d068e40..c82f5a8ea 100755 --- a/userspace/gpl/apps/ppp/Makefile +++ b/userspace/gpl/apps/ppp/Makefile @@ -39,9 +39,9 @@ check_untar_patch_configure: sanity_check conditional_build: check_untar_patch_configure ifneq ($(strip $(BUILD_BRCM_CMS))$(strip $(BUILD_BRCM_BDK)),) - $(MAKE) -C $(CURR_DIR)/$(APPDIR)/pppd install + $(MAKE) --directory $(CURR_DIR)/$(APPDIR)/pppd --makefile Makefile.linux install ifeq ($(strip $(DESKTOP_LINUX)),) - $(MAKE) -C $(CURR_DIR)/$(APPDIR)/pppd/plugins install + $(MAKE) --directory $(CURR_DIR)/$(APPDIR)/pppd/plugins --makefile Makefile.linux install endif endif else