From: Sascha Schumann Date: Thu, 28 Oct 1999 17:33:36 +0000 (+0000) Subject: Remove set-if-not-set colon, since CPPFLAGS is never set by automake. X-Git-Tag: php-4.0b3_RC2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9704cd487338c93d44721b3b58ea9e630b00aea3;p=php Remove set-if-not-set colon, since CPPFLAGS is never set by automake. --- diff --git a/Makefile.am b/Makefile.am index 9dd8979fbd..425b9e9b3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign ZEND_DIR = $(srcdir)/libzend SUBDIRS = libzend ext sapi $(TSRM_DIR) regex -CPPFLAGS := $(INCLUDES) -I$(ZEND_DIR) -I$(srcdir)/TSRM +CPPFLAGS = $(INCLUDES) -I$(ZEND_DIR) -I$(srcdir)/TSRM BUILDLDFLAGS = $(EXTRA_LDFLAGS) $(LDFLAGS)