From c0c284e33c9f3cc103be19fe1b35fd642ffef3f2 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 24 Jun 2023 11:48:09 -0300 Subject: build: move MAKEFLAGS to config.mk.in To reduce the amount of boilerplate in the makefiles. This amends commit 9789c263a ("build: disable all built-in implicit make rules", 2023-06-21) / PR #5864. --- src/fsec-print/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/fsec-print') diff --git a/src/fsec-print/Makefile b/src/fsec-print/Makefile index 6f09e9161..78e87a93f 100644 --- a/src/fsec-print/Makefile +++ b/src/fsec-print/Makefile @@ -1,6 +1,4 @@ .SUFFIXES: -MAKEFLAGS += -r - ROOT = ../.. -include $(ROOT)/config.mk -- cgit v1.2.3-54-g00ecf