From: Simon McVittie Date: Thu, 28 Sep 2017 12:17:36 +0000 (+0100) Subject: dbus: Make SUFFIXES more specific X-Git-Tag: dbus-1.11.20~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b56b68d1a4c9ca40d6f49639b9a9879327fa20f;p=thirdparty%2Fdbus.git 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. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103015 Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall --- diff --git a/dbus/Makefile.am b/dbus/Makefile.am index d87d9343f..8248e72ea 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 $@