diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-01-19 15:21:18 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-01-19 15:21:18 -0500 |
commit | 3ab0f2b5217368844a5044f8155d7026b60b75e4 (patch) | |
tree | c693bf932f3806f997b62bf633b916aceed17b5a /src/chrtrans | |
parent | d0462518c2d97f39c22a28a9811b3126585f47b1 (diff) | |
download | lynx-snapshots-3ab0f2b5217368844a5044f8155d7026b60b75e4.tar.gz |
snapshot of project "lynx", label v2-8-8pre_3a
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in index 1b7c2416..042657c2 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.38 2012/08/12 23:54:57 tom Exp $ +# $LynxId: makefile.in,v 1.39 2014/01/19 14:42:43 tom Exp $ # # Makefile for the makeuctb and unicode tables. # @@ -117,7 +117,7 @@ TABLES= \ default: $(FONTMAP_INC) -tables: $(TABLES) +all tables: $(TABLES) OBJS = makeuctb$o C_SRC = $(OBJS:$o=.c) |