From: Wouter Wijngaards Date: Tue, 25 Aug 2009 14:01:25 +0000 (+0000) Subject: prefix X-Git-Tag: release-1.4.0rc1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e7ff77cd2a280a00ae6fcaab1d334b013adf04e;p=thirdparty%2Funbound.git prefix git-svn-id: file:///svn/unbound/trunk@1782 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 8e62f0ea6..44a9e7844 100644 --- a/Makefile.in +++ b/Makefile.in @@ -144,7 +144,7 @@ ifeq "$(UB_ON_WINDOWS)" "yes" WINAPPS=$(addsuffix $(EXEEXT), unbound-service-install \ unbound-service-remove anchor-update) - COMPAT_WINAPP=$(filter-out ctime_r.lo, $(COMPAT_OBJ)) + COMPAT_WINAPP=$(filter-out $(BUILD)/compat/ctime_r.lo, $(COMPAT_OBJ)) SVCINST_SRC=winrc/unbound-service-install.c winrc/w_inst.c SVCINST_OBJ=$(addprefix $(BUILD),$(SVCINST_SRC:.c=.lo)) $(COMPAT_WINAPP) \ $(BUILD)winrc/rsrc_svcinst.o