From: Howard Chu Date: Thu, 12 May 2005 04:03:31 +0000 (+0000) Subject: Fix Win32 build using separate object directory X-Git-Tag: OPENLDAP_AC_BP~657 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9db1b9e8ea83a7c4fa17ac18f3fc3541930069fc;p=openldap Fix Win32 build using separate object directory --- diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index 545b85eaa3..d112de8f0a 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -45,6 +45,9 @@ testavl: $(XLIBS) testavl.o # It's ok for them to be here because the clean rule is harmless, and # slapdmsg.res won't get built unless it's declared in OBJS. +slapdmsg.bin: FORCE + @if [ ! -f $@ ]; then cp $(srcdir)/$@ .; fi + slapdmsg.res: slapdmsg.rc slapdmsg.bin windres $< -O coff -o $@