commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10381 - gnuradio/trunk


From: michaelld
Subject: [Commit-gnuradio] r10381 - gnuradio/trunk
Date: Tue, 3 Feb 2009 13:34:41 -0700 (MST)

Author: michaelld
Date: 2009-02-03 13:34:41 -0700 (Tue, 03 Feb 2009)
New Revision: 10381

Modified:
   gnuradio/trunk/Makefile.common
Log:
Changed $(builddir) to ".", since it should always be that.



Modified: gnuradio/trunk/Makefile.common
===================================================================
--- gnuradio/trunk/Makefile.common      2009-02-03 19:21:11 UTC (rev 10380)
+++ gnuradio/trunk/Makefile.common      2009-02-03 20:34:41 UTC (rev 10381)
@@ -64,7 +64,7 @@
 # "-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 = \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]