From 9db1b9e8ea83a7c4fa17ac18f3fc3541930069fc Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 12 May 2005 04:03:31 +0000 Subject: [PATCH] Fix Win32 build using separate object directory --- libraries/liblutil/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 $@ -- 2.39.5