Commit 8d0861ef authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix build failure when srcdir != builddir


git-svn-id: http://www.varnish-cache.org/svn/trunk@3090 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 1e743883
......@@ -6,6 +6,6 @@ DISTCLEANFILES = vcl.7 default.vcl
dist_man_MANS = vcl.7
vcl.7: vcl.7so default.vcl Makefile
soelim vcl.7so > $@
soelim $(srcdir)/vcl.7so > $@
default.vcl: $(top_srcdir)/bin/varnishd/default.vcl Makefile
sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/default.vcl > $@
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