From: Wouter Wijngaards Date: Tue, 27 Mar 2012 08:49:30 +0000 (+0000) Subject: omit duplicate line. X-Git-Tag: release-1.4.17rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e472aa8c45581ad9191fe81d6e9a7de82fcdbdf;p=thirdparty%2Funbound.git omit duplicate line. git-svn-id: file:///svn/unbound/trunk@2655 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index c50aeb6d5..af9fba806 100644 --- a/Makefile.in +++ b/Makefile.in @@ -514,7 +514,6 @@ depend: -e 's?$$(srcdir)/util/configlexer.c?util/configlexer.c?g' \ -e 's?$$(srcdir)/util/configparser.c?util/configparser.c?g' \ -e 's?$$(srcdir)/util/configparser.h?util/configparser.h?g' \ - -e 's?$$(srcdir)/util/configparser.h?util/configparser.h?g' \ -e 's?$$(srcdir)/pythonmod/pythonmod.h?$$(PYTHONMOD_HEADER)?g' \ -e 's!\(.*\)\.o[ :]*!\1.lo \1.o: !g' \ > $(DEPEND_TMP)