From 226fa772480d05df91742a7a66f3a7a2c12ef98a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 28 Sep 2017 13:17:36 +0100 Subject: [PATCH 1/3] dbus: Make SUFFIXES more specific We want this to apply to files ending with ".rc", but not to files ending with just "rc", like .arc or something. Signed-off-by: Simon McVittie --- dbus/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/Makefile.am b/dbus/Makefile.am index d87d9343..8248e72e 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -42,7 +42,7 @@ lib_LTLIBRARIES=libdbus-1.la # if DBUS_WIN -SUFFIXES = rc +SUFFIXES = .rc .rc.o: $(WINDRES) $< -o $@ -- 2.14.2