diff options
Diffstat (limited to 'src/makefile.in')
-rw-r--r-- | src/makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.in b/src/makefile.in index 7ec3ae81..e02478f7 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.63 2010/09/19 19:31:18 tom Exp $ +# $LynxId: makefile.in,v 1.64 2010/11/26 19:56:45 Doug.Kaufman Exp $ # template-makefile for Lynx src directory SHELL = @CONFIG_SHELL@ @@ -102,7 +102,7 @@ all: lynx$x lynx$x: message do_chartrans_stuff $(top_builddir)/LYHelp.h $(OBJS) $(WWWLIB) @echo "Linking and creating Lynx executable" - $(CC) $(CC_OPTS) $(LDFLAGS) -o $@ $(OBJS) $(WWWLIB) $(INTLLIB) $(LDFLAGS) $(LIBS) + $(CC) $(CC_OPTS) $(LDFLAGS) -o $@ $(OBJS) $(WWWLIB) $(LDFLAGS) $(LIBS) $(INTLLIB) @echo "Copying Lynx executable into top-level directory" rm -f $(top_builddir)/$@ cp $@ $(top_builddir)/ |