Fix for portability issue with GNU make extension 'sort'

upnp/sample/Makefile.am:67: warning: sort \
upnp/sample/Makefile.am:67:                     $(tv_ctrlpt_SOURCES: non-POSIX variable name
upnp/sample/Makefile.am:67: (probably a GNU make extension)

Reference:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13771#8
(cherry picked from commit dcbbc30f5c)
This commit is contained in:
Marcelo Roberto Jimenez
2013-07-30 11:26:09 -03:00
parent fb04f12a8a
commit da34d1ecfe

View File

@@ -65,9 +65,8 @@ tv_combo_SOURCES = \
if WITH_DOCUMENTATION
examplesdir = $(docdir)/examples
examples_DATA = \
$(sort \
$(tv_ctrlpt_SOURCES) \
$(tv_device_SOURCES))
$(tv_ctrlpt_SOURCES) \
$(tv_device_SOURCES)
endif
EXTRA_DIST = \