[experimental-ims] 2bcbc00 Use = rather than := in Makefile to make solaris make stop whining on distcheck

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:18 CET 2012


commit 2bcbc0032e76cd037e47887bc5d40628128818e6
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Oct 13 08:33:36 2011 +0200

    Use = rather than := in Makefile to make solaris make stop whining on distcheck

diff --git a/lib/libjemalloc/Makefile.am b/lib/libjemalloc/Makefile.am
index 32b3462..63f5c7a 100644
--- a/lib/libjemalloc/Makefile.am
+++ b/lib/libjemalloc/Makefile.am
@@ -1,6 +1,6 @@
 # See source code comments to avoid memory leaks when enabling MALLOC_MAG.
-#CPPFLAGS := -DMALLOC_PRODUCTION -DMALLOC_MAG
-AM_CPPFLAGS := -DMALLOC_PRODUCTION
+#CPPFLAGS = -DMALLOC_PRODUCTION -DMALLOC_MAG
+AM_CPPFLAGS = -DMALLOC_PRODUCTION
 
 #all: libjemalloc.so.0 libjemalloc_mt.so.0
 



More information about the varnish-commit mailing list