From: michaelld Date: Tue, 3 Feb 2009 20:34:41 +0000 (+0000) Subject: Changed $(builddir) to ".", since it should always be that. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=27b85cba78bb01b5e70929ce110fc6f2ce14fdcf;p=debian%2Fgnuradio Changed $(builddir) to ".", since it should always be that. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10381 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/Makefile.common b/Makefile.common index c8a801a3..da483d1a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 = \