about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/makefile.in')
-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)