From cfea46699bd0450bc2e11b5ec44dae1f57af4dbc Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
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-pager/swig/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'gr-pager/swig/Makefile.am')

diff --git a/gr-pager/swig/Makefile.am b/gr-pager/swig/Makefile.am
index 2c34c0f674..ef9925be44 100644
--- a/gr-pager/swig/Makefile.am
+++ b/gr-pager/swig/Makefile.am
@@ -47,10 +47,10 @@ TOP_SWIG_IFILES = \
 TOP_SWIG_DOC_IFILES = \
 	pager_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 v1.2.3