diff options
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index c8a801a3a..da483d1a1 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 = \ |