From 744b9532cd3a6c1ddb54eca64188b2a4a96ecd7a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 16 Sep 2021 22:59:58 -0500 Subject: [PATCH] The default behavior for make " " is just crazy. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 52602d25..032e70d4 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ toybox generated/unstripped/toybox: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*/* .PHONY: clean distclean baseline bloatcheck install install_flat \ uninstall uninstall_flat tests help change \ list list_working list_pending root run_root +.SUFFIXES: # Disable legacy behavior include kconfig/Makefile -include .singlemake -- 2.39.2