diff options
author | Roy Marples <roy@marples.name> | 2008-06-19 23:12:00 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-06-19 23:12:00 +0000 |
commit | 11acce3c7d516578f91931f6613cb181f78c27d0 (patch) | |
tree | 4cb17c9ab9bc5345689031b041cd34fab74705e8 /src/rc/Makefile | |
parent | 4f2bb5ceafbc09d0c2dea4ee91ddf7d6052e65b3 (diff) |
Use CPPFLAGS so we work with -combine in CFLAGS.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r-- | src/rc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 206d66b8..5b3be058 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} |