From 67d0b6b38b25166557de48a8e829c303d95ddfbc Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 6 Dec 2011 19:59:59 -0500 Subject: docs: fixes some warnings. There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known. --- gr-uhd/swig/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gr-uhd/swig') diff --git a/gr-uhd/swig/Makefile.am b/gr-uhd/swig/Makefile.am index c39937789..dbecd8573 100644 --- a/gr-uhd/swig/Makefile.am +++ b/gr-uhd/swig/Makefile.am @@ -45,13 +45,13 @@ endif # ---------------------------------------------------------------- # The SWIG library +TOP_SWIG_DOC_IFILES = \ + uhd_swig_doc.i + TOP_SWIG_IFILES = \ $(TOP_SWIG_DOC_IFILES) \ uhd_swig.i -TOP_SWIG_DOC_IFILES = \ - uhd_swig_doc.i - BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES) -- cgit