Mercurial > hg > octave-lyh
changeset 17290:a69dd4b0e571
Use spaces, not tab, for alignment in Makefile.am (cset 9a2422e40f76).
* liboctave/Makefile.am: Use spaces, not tab, to align TEMPLATE_SRC.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 19 Aug 2013 22:24:05 -0700 |
parents | bc924baa2c4e |
children | e6c0ac8ce5b6 |
files | liboctave/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/Makefile.am +++ b/liboctave/Makefile.am @@ -126,7 +126,7 @@ $(numeric_libnumeric_la_SOURCES) \ $(system_libsystem_la_SOURCES) \ $(util_libutil_la_SOURCES) \ - $(TEMPLATE_SRC) + $(TEMPLATE_SRC) TST_FILES_SRC := $(shell $(top_srcdir)/build-aux/find-files-with-tests.sh "$(srcdir)" $(LIBOCTAVE_TST_SRC))