]> err.no Git - varnish/commitdiff
Try to fix Automake spec to also work on FreeBSD.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 7 Aug 2008 09:42:24 +0000 (09:42 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 7 Aug 2008 09:42:24 +0000 (09:42 +0000)
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

varnish-cache/man/Makefile.am

index 02338b8f821f2cec58065c3d30373f68c2ec20da..7a46f1a43df023a36e9c2ee45d56284058d4df88 100644 (file)
@@ -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 > $@