[master] 7b7227995 build: Clean up after the vrt_test changes

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Aug 23 21:31:09 UTC 2021


commit 7b722799598ea3ee98fee3c79089f07c22c670be
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Aug 23 22:37:42 2021 +0200

    build: Clean up after the vrt_test changes
    
    Refs 5884e2f2fd55

diff --git a/include/Makefile.am b/include/Makefile.am
index ecf95affd..62395ce2a 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -148,14 +148,12 @@ vmod_abi.h: vcs_version.h
 BUILT_SOURCES = \
 	$(GENERATED_H) \
 	vcs_version.h \
-	vmod_abi.h
+	vmod_abi.h \
+	vrt_test.c
 
 MAINTAINERCLEANFILES = $(GENERATED_H)
 
-CLEANFILES = \
-	vrt_test \
-	_vrt_test \
-	_vrt.c
+CLEANFILES = vrt_test.c
 
 noinst_PROGRAMS = vbm_test vrt_test
 
@@ -164,7 +162,6 @@ vbm_test_SOURCES = vbm_test.c vbm.h
 vrt_test.c: vdef.h vrt.h
 	$(AM_V_GEN) cat $(srcdir)/vdef.h $(srcdir)/vrt.h > $@
 
-vrt_test_BUILT_SOURCES = vrt_test.c
 vrt_test_CFLAGS = -c
 vrt_test_LINK = echo >$@
 


More information about the varnish-commit mailing list