about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-06-01 20:54:45 +0200
committerLeah Neukirchen <leah@vuxu.org>2019-06-01 20:54:45 +0200
commit4838441e614ec385b5eef284555b1f6bfed4aeae (patch)
treedd1e71a6b278d95bbf13534695a72a9505c78ee1 /src
parent34a71527e28acaa4e34be42af0fe2333cefca79e (diff)
downloadoutils-4838441e614ec385b5eef284555b1f6bfed4aeae.tar.gz
outils-4838441e614ec385b5eef284555b1f6bfed4aeae.tar.xz
outils-4838441e614ec385b5eef284555b1f6bfed4aeae.zip
pass _PATH_INCLUDE from Makefile
Reported by Steffen Nurpmeso <steffen@sdaoden.eu>.
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/calendar/pathnames.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr.bin/calendar/pathnames.h b/src/usr.bin/calendar/pathnames.h
index 0fb401c..60fe31c 100644
--- a/src/usr.bin/calendar/pathnames.h
+++ b/src/usr.bin/calendar/pathnames.h
@@ -34,6 +34,3 @@
 #include <paths.h>
 
 #define	_PATH_CPP	"/usr/bin/cpp"
-
-			/* XXX -- fix when cpp parses arguments rationally */
-#define	_PATH_INCLUDE	"-I/usr/share/calendar"