[master] acd951d Revert "Ensure present dependency on vsc_fields.h"

Federico G. Schwindt fgsch at lodoss.net
Wed Jan 22 19:23:49 CET 2014


commit acd951d2e1fbf76ee36303e31b242811b56b6679
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed Jan 22 18:15:42 2014 +0000

    Revert "Ensure present dependency on vsc_fields.h"
    
    The dependency is defined as part of vsc2rst_SOURCES.
    This reverts commit b1b777d.

diff --git a/man/Makefile.am b/man/Makefile.am
index c4a30ea..56b0a52 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -32,11 +32,11 @@ else
 	@false
 endif
 
-
-varnish-counters.7: vsc2rst $(top_srcdir)/include/tbl/vsc_fields.h
 if HAVE_RST2MAN
+varnish-counters.7: vsc2rst
 	./vsc2rst | ${RST2MAN} - $@
 else
+varnish-counters.7: $(top_srcdir)/include/tbl/vsc_fields.h
 	@echo "========================================"
 	@echo "You need rst2man installed to make dist"
 	@echo "========================================"



More information about the varnish-commit mailing list