From: Wouter Wijngaards Date: Tue, 25 Aug 2009 14:08:11 +0000 (+0000) Subject: less slash X-Git-Tag: release-1.4.0rc1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea36edbc0352125770d202f0e79a442187993310;p=thirdparty%2Funbound.git less slash git-svn-id: file:///svn/unbound/trunk@1783 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 44a9e7844..b3880f1ab 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 $(BUILD)/compat/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