summaryrefslogtreecommitdiff
path: root/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen
diff options
context:
space:
mode:
Diffstat (limited to 'gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen')
-rw-r--r--gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen5
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen b/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen
index 5446f346a..6f20b8c62 100644
--- a/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen
+++ b/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen
@@ -107,11 +107,12 @@ gsm_full_rate_python_PYTHON = \
## Entry rule for running SWIG
-gsm_full_rate.h gsm_full_rate.py gsm_full_rate.cc: gsm_full_rate.i
+gsm_full_rate.h gsm_full_rate.py gsm_full_rate.cc: gsm_full_rate.i $(top_srcdir)/gnuradio-core/src/lib/swig/swig_doc.i
## This rule will get called only when MAKE decides that one of the
## targets needs to be created or re-created, because:
##
-## * The .i file is newer than any or all of the generated files;
+## * The .i file or the swig_doc.i are newer than any or all of the
+## generated files;
##
## * Any or all of the .cc, .h, or .py files does not exist and is
## needed (in the case this file is not needed, the rule for it is