From: Chris Zagar Date: Sat, 21 Sep 2019 05:09:40 +0000 (-0700) Subject: ITS#9087 - Change hard-coded windres to $(RC) to support mingw cross-compiling X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~41^2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7985626faecf400a34efb2369e4ebffcfe83892e;p=thirdparty%2Fopenldap.git ITS#9087 - Change hard-coded windres to $(RC) to support mingw cross-compiling --- diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index 0d4e24262c..13171b9c0f 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -54,7 +54,7 @@ slapdmsg.bin: FORCE @if [ ! -f $@ ]; then cp $(srcdir)/$@ .; fi slapdmsg.res: slapdmsg.rc slapdmsg.bin - windres $< -O coff -o $@ + $(RC) $< -O coff -o $@ clean-local: $(RM) *.res