From 31ec67fccef71933eed29f4842f3ae175bbdfb25 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 25 Mar 2009 16:22:02 +0000 Subject: [PATCH] and for out of dir builds git-svn-id: file:///svn/unbound/trunk@1558 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 867535bf5..4917b83e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -280,6 +280,7 @@ unbound-control-setup: $(srcdir)/smallapp/unbound-control-setup.sh ifeq "$(WITH_PYTHONMODULE)" "yes" pythonmod/pythonmod.c: pythonmod/interface.h %.h: $(srcdir)/%.i $(srcdir)/config.h + @-if test ! -d $(dir $@); then $(INSTALL) -d $(patsubst %/,%,$(dir $@)); fi $(INFO) Swig $< $Q$(SWIG) $(CPPFLAGS) -o $@ -python $< endif