From 442f6b1df7dbef0fb54f112bbf44008a5baec6a8 Mon Sep 17 00:00:00 2001
From: Alexandre Julliard <julliard@winehq.org>
Date: Thu, 25 May 2000 23:06:53 +0000
Subject: [PATCH] Do not clear suffixes list (breaks BSD make).

---
 Make.rules.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Make.rules.in b/Make.rules.in
index 9d97284fae9..d762710ac6f 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -149,8 +149,7 @@ DLLS = \
 
 # Implicit rules
 
-.SUFFIXES:
-.SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c $(SUFFIXES)
+.SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c
 
 .c.o:
 	$(CC) -c $(ALLCFLAGS) -o $*.o $<
-- 
GitLab