Skip to content

Commit

Permalink
fixup pppd makefiles to 'Makefile.linux'
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-chambers committed Nov 9, 2021
1 parent 5b8baca commit f833815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userspace/gpl/apps/ppp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f833815

Please sign in to comment.