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 $@