]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fix build of pythonmod in objdir (thanks Jakob Schlyter).
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 5 Oct 2012 07:06:11 +0000 (07:06 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 5 Oct 2012 07:06:11 +0000 (07:06 +0000)
git-svn-id: file:///svn/unbound/trunk@2773 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index b3bc2764653842174b00dd116ce0d345b4050298..1f4f3fdb2356354a6d25eedad71185246877edcd 100644 (file)
@@ -362,7 +362,7 @@ pythonmod.lo pythonmod.o: $(srcdir)/pythonmod/pythonmod.c config.h \
        $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h \
        $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
 
-pythonmod/interface.h: $(srcdir)/pythonmod/interface.i $(srcdir)/config.h
+pythonmod/interface.h: $(srcdir)/pythonmod/interface.i config.h
        @-if test ! -d pythonmod; then $(INSTALL) -d pythonmod; fi
        $(SWIG) $(CPPFLAGS) -o $@ -python $(srcdir)/pythonmod/interface.i
 
index 8d1426356880b384ae6da386e59d3c0d767282c7..9985274b143cfe61b90db6c3e283e5c3bb82defb 100644 (file)
@@ -1,3 +1,6 @@
+5 October 2012: Wouter
+       - fix build of pythonmod in objdir (thanks Jakob Schlyter).
+
 3 October 2012: Wouter
        - fix text in unbound-anchor man page.