]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
build: disable implicit rules
authorJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2026 10:30:46 +0000 (12:30 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2026 10:31:41 +0000 (12:31 +0200)
Use ".SUFFIXES:" to disable implicit rules, to control the
build better and to aid debugging.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Makefile

index 2652fac4e6ee2c89c61d23a8cfcfe88825900983..b844dc1a5fea0e51ae49246fc65f3f64e052d78d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
 MAKEFLAGS += --no-print-directory
 
+# disable implicit rules
+.SUFFIXES:
+
 PREFIX ?= /usr
 SBINDIR ?= $(PREFIX)/sbin
 MANDIR ?= $(PREFIX)/share/man