diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2017-07-02 21:03:29 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2017-07-02 21:03:29 +0000 |
commit | f8533bb42247761b6b28bdff208cf03289d2fc75 (patch) | |
tree | 1020437768c3029c4fc898c0b242784c1a4d3c71 /src/makefile.in | |
parent | 5600928a5398f5f67b7e0915021dddf3e56acc74 (diff) | |
download | lynx-snapshots-f8533bb42247761b6b28bdff208cf03289d2fc75.tar.gz |
snapshot of project "lynx", label v2-8-9dev_14e
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 de4cf003..a5287fb1 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.74 2014/12/16 01:10:39 tom Exp $ +# $LynxId: makefile.in,v 1.75 2017/07/02 18:15:25 tom Exp $ # template-makefile for Lynx src directory SHELL = @CONFIG_SHELL@ @@ -104,7 +104,7 @@ all: lynx$x .c.i: @RULE_CC@ - @ECHO_CC@$(CPP) -C $(CPP_OPTS) $< >$@ + @ECHO_CC@$(CPP) $(CPP_OPTS) $< >$@ lynx$x: message $(top_builddir)/LYHelp.h $(OBJS) $(WWWLIB) @echo "Linking and creating Lynx executable" |