From cfea46699bd0450bc2e11b5ec44dae1f57af4dbc Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sun, 27 Nov 2011 23:25:39 -0500 Subject: docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it. --- gr-shd/swig/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-shd/swig') diff --git a/gr-shd/swig/Makefile.am b/gr-shd/swig/Makefile.am index 7f2cbd6be..1117d48df 100644 --- a/gr-shd/swig/Makefile.am +++ b/gr-shd/swig/Makefile.am @@ -51,10 +51,10 @@ TOP_SWIG_IFILES = \ TOP_SWIG_DOC_IFILES = \ shd_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: -- cgit