diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-11-27 23:25:39 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-11-27 23:25:39 -0500 |
commit | cfea46699bd0450bc2e11b5ec44dae1f57af4dbc (patch) | |
tree | f17807fbad2a01d131b7d7b281ba742158547593 /gr-atsc/src | |
parent | c04d53d32513a48187aa51efc9e99e9a140a2689 (diff) |
docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.
Diffstat (limited to 'gr-atsc/src')
-rw-r--r-- | gr-atsc/src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-atsc/src/lib/Makefile.am b/gr-atsc/src/lib/Makefile.am index edcc440f2e..aef393998e 100644 --- a/gr-atsc/src/lib/Makefile.am +++ b/gr-atsc/src/lib/Makefile.am @@ -228,10 +228,10 @@ TOP_SWIG_IFILES = \ TOP_SWIG_DOC_IFILES = \ atsc_swig_doc.i -BUILT_SOURCES = \ +BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES) -$(BUILT_SOURCES): +$(TOP_SWIG_DOC_IFILES): `echo "" > $@` # Install so that they end up available as: |