summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-19 23:12:00 +0000
committerRoy Marples <roy@marples.name>2008-06-19 23:12:00 +0000
commit11acce3c7d516578f91931f6613cb181f78c27d0 (patch)
tree4cb17c9ab9bc5345689031b041cd34fab74705e8 /src/rc/Makefile
parent4f2bb5ceafbc09d0c2dea4ee91ddf7d6052e65b3 (diff)
downloadopenrc-11acce3c7d516578f91931f6613cb181f78c27d0.tar.gz
openrc-11acce3c7d516578f91931f6613cb181f78c27d0.tar.bz2
openrc-11acce3c7d516578f91931f6613cb181f78c27d0.tar.xz
Use CPPFLAGS so we work with -combine in CFLAGS.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 206d66b..5b3be05 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -38,7 +38,7 @@ include ${MK}/prog.mk
include ${MK}/cc.mk
include ${MK}/debug.mk
-CFLAGS+= -I../includes -I../librc -I../libeinfo
+CPPFLAGS+= -I../includes -I../librc -I../libeinfo
include ${MK}/${MKTERMCAP}.mk
LDADD+= ${LIBDL} ${LIBKVM}