r4028 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Sat Apr 4 00:00:34 CEST 2009


Author: des
Date: 2009-04-04 00:00:34 +0200 (Sat, 04 Apr 2009)
New Revision: 4028

Modified:
   trunk/varnish-cache/bin/varnishd/Makefile.am
Log:
Committed by mistake.


Modified: trunk/varnish-cache/bin/varnishd/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishd/Makefile.am	2009-04-03 22:00:00 UTC (rev 4027)
+++ trunk/varnish-cache/bin/varnishd/Makefile.am	2009-04-03 22:00:34 UTC (rev 4028)
@@ -88,14 +88,14 @@
 	@JEMALLOC_LDADD@ \
 	${DL_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM} ${LIBUMEM}
 
-dist_varnishconf_DATA = default.vcl
+EXTRA_DIST = default.vcl
 DISTCLEANFILES = default_vcl.h
 
 #
 # Turn the default.vcl file into a C-string we can include in the program.
 #
 default_vcl.h:	default.vcl Makefile
-	sed -e 's/"/\\"/g; s/$$/\\n"/; s/^/ "/' $(srcdir)/default.vcl > $@
+	sed -e 's/"/\\"/g' -e 's/$$/\\n"/' -e 's/^/ "/' $(srcdir)/default.vcl > $@
 
 # Explicitly record dependency
-mgt_vcc.c: default_vcl.h
+mgt_vcc.c:	default_vcl.h



More information about the varnish-commit mailing list