diff options
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/host/swig/Makefile.swig.gen | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usrp/host/swig/Makefile.swig.gen b/usrp/host/swig/Makefile.swig.gen index 00de3e423..55041892f 100644 --- a/usrp/host/swig/Makefile.swig.gen +++ b/usrp/host/swig/Makefile.swig.gen @@ -107,11 +107,12 @@ usrp_prims_python_PYTHON = \ ## Entry rule for running SWIG -usrp_prims.h usrp_prims.py usrp_prims.cc: usrp_prims.i +usrp_prims.h usrp_prims.py usrp_prims.cc: usrp_prims.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 |