From 11acce3c7d516578f91931f6613cb181f78c27d0 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 19 Jun 2008 23:12:00 +0000 Subject: Use CPPFLAGS so we work with -combine in CFLAGS. --- mk/debug.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk/debug.mk') diff --git a/mk/debug.mk b/mk/debug.mk index d4b959f..4008efa 100644 --- a/mk/debug.mk +++ b/mk/debug.mk @@ -4,7 +4,7 @@ _RC_DEBUG_SH= case "${DEBUG}" in "") echo "";; *) echo "-DRC_DEBUG";; esac _RC_DEBUG!= ${_RC_DEBUG_SH} -CFLAGS+= ${_RC_DEBUG}$(shell ${_RC_DEBUG_SH}) +CPPFLAGS+= ${_RC_DEBUG}$(shell ${_RC_DEBUG_SH}) # Should we enable this with a different flag? _LD_DEBUG_SH= case "${DEBUG}" in "") echo "";; *) echo "-Wl,--rpath=../librc -Wl,--rpath=../libeinfo";; esac -- cgit v1.2.3