Commit bb0a8f41 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to fix Automake spec to also work on FreeBSD.

XXX: Isn't something about removing the temporary files missing ?



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