Commit 352b94da authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Committed by mistake.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4028 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3a38fdad
...@@ -88,14 +88,14 @@ varnishd_LDADD = \ ...@@ -88,14 +88,14 @@ varnishd_LDADD = \
@JEMALLOC_LDADD@ \ @JEMALLOC_LDADD@ \
${DL_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM} ${LIBUMEM} ${DL_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM} ${LIBUMEM}
dist_varnishconf_DATA = default.vcl EXTRA_DIST = default.vcl
DISTCLEANFILES = default_vcl.h DISTCLEANFILES = default_vcl.h
# #
# Turn the default.vcl file into a C-string we can include in the program. # Turn the default.vcl file into a C-string we can include in the program.
# #
default_vcl.h: default.vcl Makefile 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 # Explicitly record dependency
mgt_vcc.c: default_vcl.h mgt_vcc.c: default_vcl.h
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment