summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-03-14 18:30:47 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-03-14 18:30:47 +0100
commitdaf56f2cb0a6994c4be8f1b57f1eb4b4cb8c91ba (patch)
tree0b94bd334d35b42c0d1855a2e356c47354d13566 /Makefile
parent426fa33dd276fbe662b3794c41db1ab6d59b3c2a (diff)
Makefile: remove duplicate CPPFLAGS for sfeed_curses
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d24de84..c167614 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ SFEED_CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
SFEED_CURSES = sfeed_curses
SFEED_CURSES_CFLAGS = ${CFLAGS}
SFEED_CURSES_CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE \
- -DSFEED_THEME=\"themes/${SFEED_THEME}.h\" ${SFEED_CPPFLAGS}
+ -DSFEED_THEME=\"themes/${SFEED_THEME}.h\"
SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lcurses
# Linux: some distros use ncurses and require -lncurses.