[4.0] 166c557 Typo in makefile.phk

Tollef Fog Heen tfheen at err.no
Tue Apr 1 15:09:49 CEST 2014


commit 166c557144414588c5ab0557428f5a280669c53c
Author: Tollef Fog Heen <tfheen at fastly.com>
Date:   Tue Mar 18 11:00:39 2014 +0100

    Typo in makefile.phk

diff --git a/bin/varnishd/Makefile.phk b/bin/varnishd/Makefile.phk
index f8bf48a..9922d9f 100644
--- a/bin/varnishd/Makefile.phk
+++ b/bin/varnishd/Makefile.phk
@@ -104,7 +104,7 @@ include $(TOPDIR)/Makefile.inc.phk
 #
 # Turn the builtin.vcl file into a C-string we can include in the program.
 #
-builtint_vcl.h:	builtin.vcl
+builtin_vcl.h:	builtin.vcl
 	echo '/*' > $@
 	echo ' * NB:  This file is machine generated, DO NOT EDIT!' >> $@
 	echo ' *' >> $@



More information about the varnish-commit mailing list