[master] 3b70eaa Revert "Cargo-culting for glorious victory for autocrap hegemony"
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Thu Mar 9 16:50:07 CET 2017
commit 3b70eaaed7e7b992cf912290127ce1f7878c1d85
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Thu Mar 9 14:50:21 2017 +0100
Revert "Cargo-culting for glorious victory for autocrap hegemony"
This reverts commit e706b22af13c6c5db5267da2a6322fd71c013664. The real
problem was solved in d906981a2de991e03606b4c446a8cbb910463253. The
extension adds noise considering the make rules below don't comply with
the target name.
diff --git a/include/Makefile.am b/include/Makefile.am
index 9996b37..3075147 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -140,7 +140,7 @@ vrt_test_SOURCES = vrt.c
vrt.c: vrt.h
cp vrt.h vrt.c
-vrt_test$(EXEEXT): vrt.c
+vrt_test: vrt.c
echo "exec ${CC} -c -o _vrt_test $(top_srcdir)/include/vrt.c" > vrt_test
chmod +x vrt_test
More information about the varnish-commit
mailing list