[master] b7675c6 Typo

Poul-Henning Kamp phk at varnish-cache.org
Wed Nov 13 20:45:35 CET 2013


commit b7675c6f016d8a53996578b87c92696cd3084cd9
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Nov 13 19:45:20 2013 +0000

    Typo

diff --git a/include/Makefile.am b/include/Makefile.am
index 728fec3..174f447 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -92,7 +92,7 @@ BUILT_SOURCES = vcs_version.h vmod_abi.h
 MAINTAINERCLEANFILES = vcs_version.h 
 vcs_version.h: FORCE
 	@echo "PHK HACK BEGIN"
-	- at grep '^[ 	]*#[ 	]*define $(top_srcdir)/config.h
+	- at grep '^[ 	]*#[ 	]*define' $(top_srcdir)/config.h
 	@echo "PHK HACK END"
 	@if [ -d "$(top_srcdir)/.git" ]; then \
 		V="$$(git show -s --pretty=format:%h)" \



More information about the varnish-commit mailing list