]> git.sur5r.net Git - openldap/commitdiff
Fix Win32 build using separate object directory
authorHoward Chu <hyc@openldap.org>
Thu, 12 May 2005 04:03:31 +0000 (04:03 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 12 May 2005 04:03:31 +0000 (04:03 +0000)
libraries/liblutil/Makefile.in

index 545b85eaa314ab93a631e0fedb2dda576f0213d5..d112de8f0ad72d043ad86b26dce27fc2f9561bb6 100644 (file)
@@ -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 $@