Changed $(builddir) to ".", since it should always be that.
authormichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 3 Feb 2009 20:34:41 +0000 (20:34 +0000)
committermichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 3 Feb 2009 20:34:41 +0000 (20:34 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10381 221aa14e-8319-0410-a670-987f0aec2ac5

Makefile.common

index c8a801a3a3ae1ba6579c2c4a0795db4aaf54dbbf..da483d1a1e5bfa5607a6e588ff32a39d57cc48e1 100644 (file)
@@ -64,7 +64,7 @@ WITH_SWIG_INCLUDES = @with_SWIG_INCLUDES@
 # "-outdir $(builddir)" writes all generated output files to
 #   the local builddir (which should always be '.')
 SWIG_PYTHON_FLAGS = -fvirtual -python -modern -keyword \
-       -w511 -outdir $(builddir)
+       -w511 -outdir .
 
 # standard swig flags used by most components
 STD_SWIG_PYTHON_ARGS = \