From: phk Date: Thu, 7 Aug 2008 09:42:24 +0000 (+0000) Subject: Try to fix Automake spec to also work on FreeBSD. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c77493682d9dff259f52df0f726250bd4e5a1d25;p=varnish Try to fix Automake spec to also work on FreeBSD. XXX: Isn't something about removing the temporary files missing ? git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3070 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/man/Makefile.am b/varnish-cache/man/Makefile.am index 02338b8f..7a46f1a4 100644 --- a/varnish-cache/man/Makefile.am +++ b/varnish-cache/man/Makefile.am @@ -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 > $@