From f6739852b54cef8bc23ad748f4aec87db3b2efd3 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Mon, 7 Jan 2019 00:25:20 -0500
Subject: build system: Makefile.in: disabled implicit suffix-based rules.

---
 Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index c17ddcb..434492a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,6 +93,8 @@ DISABLE_STATIC          = @disable_static@
 USE_CUSTOM_CFGDEFS      = @use_custom_cfgdefs@
 USE_CUSTOM_USRDEFS      = @use_custom_usrdefs@
 
+.SUFFIXES:
+
 all:
 install:
 shared:
-- 
cgit v1.2.3