summaryrefslogtreecommitdiff
path: root/gr-digital/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-11-27 23:25:39 -0500
committerTom Rondeau <trondeau@vt.edu>2011-11-27 23:25:39 -0500
commitcfea46699bd0450bc2e11b5ec44dae1f57af4dbc (patch)
treef17807fbad2a01d131b7d7b281ba742158547593 /gr-digital/swig
parentc04d53d32513a48187aa51efc9e99e9a140a2689 (diff)
docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.
Diffstat (limited to 'gr-digital/swig')
-rw-r--r--gr-digital/swig/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/swig/Makefile.am b/gr-digital/swig/Makefile.am
index e7967b09b4..e41c4e8fd3 100644
--- a/gr-digital/swig/Makefile.am
+++ b/gr-digital/swig/Makefile.am
@@ -34,10 +34,10 @@ AM_CPPFLAGS = \
TOP_SWIG_DOC_IFILES = \
digital_swig_doc.i
-BUILT_SOURCES = \
+BUILT_SOURCES += \
$(TOP_SWIG_DOC_IFILES)
-$(BUILT_SOURCES):
+$(TOP_SWIG_DOC_IFILES):
`echo "" > $@`
if GUILE