about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2017-07-04 22:57:01 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2017-07-04 22:57:01 +0000
commitd395dc962c133f54c3f6609fef70a08283653151 (patch)
tree8f82f3cbcfee7f6ee3a7144c76b5bc358cbaeced /WWW/Library/Implementation
parent2dd18ab6f6b484155c9bd973923bedc336f4b41a (diff)
downloadlynx-snapshots-d395dc962c133f54c3f6609fef70a08283653151.tar.gz
snapshot of project "lynx", label v2-8-9dev_15
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r--WWW/Library/Implementation/makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in
index 50d3389e..e5a27547 100644
--- a/WWW/Library/Implementation/makefile.in
+++ b/WWW/Library/Implementation/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.32 2015/12/13 23:20:11 tom Exp $
+# $LynxId: makefile.in,v 1.33 2017/07/04 22:45:38 tom Exp $
 # Make WWW under unix for a.n.other unix system (bsd)
 # Use this as a template
 
@@ -170,7 +170,7 @@ lint:
 
 .c.i:
 	@RULE_CC@
-	@ECHO_CC@$(CPP) -C $(CPPOPTS) $(srcdir)/$*.c >$@
+	@ECHO_CC@$(CPP) $(CPPOPTS) $(srcdir)/$*.c >$@
 
 depend :
 	makedepend -fmakefile -- $(CFLAGS) -- $(CFILES)