From: Wouter Wijngaards Date: Wed, 25 Mar 2009 16:22:02 +0000 (+0000) Subject: and for out of dir builds X-Git-Tag: release-1.3.0~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31ec67fccef71933eed29f4842f3ae175bbdfb25;p=thirdparty%2Funbound.git and for out of dir builds git-svn-id: file:///svn/unbound/trunk@1558 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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