Use CPPFLAGS so we work with -combine in CFLAGS.

This commit is contained in:
Roy Marples
2008-06-19 23:12:00 +00:00
parent 4f2bb5ceaf
commit 11acce3c7d
11 changed files with 13 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
LIBTERMCAP?= -ltermcap
CFLAGS+= -DHAVE_TERMCAP
CPPFLAGS+= -DHAVE_TERMCAP
LDADD+= ${LIBTERMCAP}