$OpenBSD: patch-src_res_Makefile_in,v 1.3 2017/11/28 21:22:01 kirby Exp $

Work around .cpp suffix rules.  These rules are not actually needed as the files
are distributed with the tarball.  Upstream workaround of setting SUFFIXES=
earlier in the Makefile only works with GNU make.

Index: src/res/Makefile.in
--- src/res/Makefile.in.orig
+++ src/res/Makefile.in
@@ -604,9 +604,6 @@ uninstall-am:
 mostlyclean-local:
 	rm -f *.ui.cpp *.tmp_ui *.txt.cpp
 
-# This lists the actual makefile rules for each target.
-@RES_TARGETS@
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
