changeset 22078:ce69151a2d1b

fix dependency for txt-eng.cc * libinterp/corefcn/module.mk (libinterp/corefcn/txt-eng.cc): Delete dependency on libinterp/corefcn/oct-tex-symbols.cc. * libinterp/module.mk (BUILT_SOURCES): Include libinterp/corefcn/oct-tex-symbols.cc in the list.
author John W. Eaton <jwe@octave.org>
date Fri, 08 Jul 2016 14:05:44 -0400
parents df50d42d4b1b
children e0dbd81fd9b1
files libinterp/corefcn/module.mk libinterp/module.mk
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Fri Jul 08 10:01:24 2016 -0700
+++ b/libinterp/corefcn/module.mk	Fri Jul 08 14:05:44 2016 -0400
@@ -320,7 +320,6 @@
 	$(AWK) 'BEGIN { print "// DO NOT EDIT. AUTOMATICALLY GENERATED FROM oct-tex-symbols.in."; print "static uint32_t symbol_codes[][2] = {"; count = 0; } END { print "};"; printf("static int num_symbol_codes = %d;\n", count); } !/^#/ && (NF == 3) { printf("  { %s, %s },\n", $$2, $$3); count++; }' $< > $@-t && \
 	mv $@-t $@
 
-libinterp/corefcn/txt-eng.cc: libinterp/corefcn/oct-tex-symbols.cc
 libinterp/corefcn/oct-tex-lexer.cc: LEX_OUTPUT_ROOT := lex.octave_tex_
 
 libinterp/corefcn/oct-tex-parser.yy: libinterp/corefcn/oct-tex-parser.in.yy
--- a/libinterp/module.mk	Fri Jul 08 10:01:24 2016 -0700
+++ b/libinterp/module.mk	Fri Jul 08 14:05:44 2016 -0400
@@ -36,6 +36,7 @@
   libinterp/corefcn/graphics.h \
   libinterp/corefcn/mxarray.h \
   libinterp/corefcn/oct-tex-parser.h \
+  libinterp/corefcn/oct-tex-symbols.cc \
   libinterp/parse-tree/oct-gperf.h \
   libinterp/parse-tree/oct-parse.h \
   libinterp/version.h