Commit 72bacde7 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Rework to avoid running the tests twice

parent eda8219c
......@@ -77,11 +77,10 @@ EXTRA_DIST = $(top_srcdir)/bin/varnishtest/tests/*.vtc \
$(top_srcdir)/bin/varnishtest/sequences \
$(top_srcdir)/bin/varnishtest/teken.3
teken.c: teken_state.h
teken_state.h: $(srcdir)/sequences $(srcdir)/gensequences
awk -f $(srcdir)/gensequences $(srcdir)/sequences \
> $(builddir)/teken_state.h
BUILT_SOURCES = teken_state.h
CLEANFILES = $(BUILT_SOURCES)
CLEANFILES = $(builddir)/teken_state.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