summaryrefslogtreecommitdiff
path: root/gr-audio-alsa/src/Makefile.swig.gen
diff options
context:
space:
mode:
Diffstat (limited to 'gr-audio-alsa/src/Makefile.swig.gen')
-rw-r--r--gr-audio-alsa/src/Makefile.swig.gen5
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-audio-alsa/src/Makefile.swig.gen b/gr-audio-alsa/src/Makefile.swig.gen
index 3a84a02b4..b15082e1c 100644
--- a/gr-audio-alsa/src/Makefile.swig.gen
+++ b/gr-audio-alsa/src/Makefile.swig.gen
@@ -107,11 +107,12 @@ audio_alsa_python_PYTHON = \
## Entry rule for running SWIG
-audio_alsa.h audio_alsa.py audio_alsa.cc: audio_alsa.i
+audio_alsa.h audio_alsa.py audio_alsa.cc: audio_alsa.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