commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4386 - gnuradio/trunk/gr-trellis/src/lib


From: eb
Subject: [Commit-gnuradio] r4386 - gnuradio/trunk/gr-trellis/src/lib
Date: Mon, 5 Feb 2007 15:09:29 -0700 (MST)

Author: eb
Date: 2007-02-05 15:09:29 -0700 (Mon, 05 Feb 2007)
New Revision: 4386

Modified:
   gnuradio/trunk/gr-trellis/src/lib/Makefile.am
Log:
changed variable name to remove automake warning

Modified: gnuradio/trunk/gr-trellis/src/lib/Makefile.am
===================================================================
--- gnuradio/trunk/gr-trellis/src/lib/Makefile.am       2007-02-05 20:29:40 UTC 
(rev 4385)
+++ gnuradio/trunk/gr-trellis/src/lib/Makefile.am       2007-02-05 22:09:29 UTC 
(rev 4386)
@@ -61,7 +61,7 @@
 # The second is the python wrapper that loads the _trellis shared library
 # and knows how to call our extensions.
 
-SWIG_BUILT_SOURCES =           \
+swig_built_sources =           \
        trellis.cc              \
        trellis.py                              
 
@@ -69,7 +69,7 @@
        $(GENERATED_H)          \
        $(GENERATED_I)          \
        $(GENERATED_CC)         \
-       $(SWIG_BUILT_SOURCES)
+       $(swig_built_sources)
 
 ALL_IFILES =                   \
        $(LOCAL_IFILES)         \
@@ -145,5 +145,5 @@
 
 # Don't distribute output of swig
 dist-hook:
-       @for file in $(SWIG_BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; 
done
-       @for file in $(SWIG_BUILT_SOURCES); do $(RM) $(distdir)/$$file; done
+       @for file in $(swig_built_sources); do echo $(RM) $(distdir)/$$file; 
done
+       @for file in $(swig_built_sources); do $(RM) $(distdir)/$$file; done





reply via email to

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