diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-10-08 00:50:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-10-08 00:50:45 -0400 |
commit | 9d9f993bb460439786136fab2ac9465e72fc31da (patch) | |
tree | 60be29b1a53fff68407a752ce7e10d7d2b6561db /src/chrtrans/makefile.in | |
parent | 6004e866fc47e8054f97b3066413dbb0538e7547 (diff) | |
download | lynx-snapshots-9d9f993bb460439786136fab2ac9465e72fc31da.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6g
Diffstat (limited to 'src/chrtrans/makefile.in')
-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 042657c2..5978a86d 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.39 2014/01/19 14:42:43 tom Exp $ +# $LynxId: makefile.in,v 1.40 2015/10/08 00:26:34 Atsuhito.Kohda Exp $ # # Makefile for the makeuctb and unicode tables. # @@ -123,7 +123,7 @@ OBJS = makeuctb$o C_SRC = $(OBJS:$o=.c) $(MAKEUCTB) : $(OBJS) - $(BUILD_CC) $(CC_OPTS) $(BUILD_LDFLAGS) -o $@ $(OBJS) $(INTLLIB) $(BUILD_LIBS) + $(BUILD_CC) $(CC_OPTS) $(LDFLAGS) $(BUILD_LDFLAGS) -o $@ $(OBJS) $(INTLLIB) $(BUILD_LIBS) makeuctb$o : $(srcdir)/UCkd.h $(srcdir)/makeuctb.c |