From 9f12cb6c80aef2d0bf79e601778dda8e93904396 Mon Sep 17 00:00:00 2001 From: midipix 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