dbus: Make SUFFIXES more specific
authorSimon McVittie <smcv@collabora.com>
Thu, 28 Sep 2017 12:17:36 +0000 (13:17 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 28 Sep 2017 14:53:53 +0000 (16:53 +0200)
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 <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
dbus/Makefile.am

index d87d934..8248e72 100644 (file)
@@ -42,7 +42,7 @@ lib_LTLIBRARIES=libdbus-1.la
 #
 if DBUS_WIN
 
-SUFFIXES = rc
+SUFFIXES = .rc
 
 .rc.o:
        $(WINDRES) $< -o $@