Commit 5940ff59 authored by Petter Knudsen's avatar Petter Knudsen

Fixed makefile depedency. default_vcl.h is now generated as a depdency of mgt_vcc.c


git-svn-id: http://www.varnish-cache.org/svn/trunk@3062 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0a7dcd43
......@@ -86,5 +86,5 @@ default_vcl.h: default.vcl Makefile
sed -e 's/"/\\"/g' -e 's/$$/\\n"/' -e 's/^/ "/' default.vcl > $@
# Explicitly record dependency
mgt_vcc.${OBJEXT}: 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