From 739980155cb63e85f191cd4a2ef0dad11a5a1ffa Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 30 Jul 2014 16:46:17 +0000 Subject: [PATCH] switch to tradcpp --- usr.bin/calendar/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index b6977f0af4c..534b7f93586 100644 --- a/usr.bin/calendar/pathnames.h +++ b/usr.bin/calendar/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.4 2003/06/03 02:56:06 millert Exp $ */ +/* $OpenBSD: pathnames.h,v 1.5 2014/07/30 16:46:17 jsg Exp $ */ /* * Copyright (c) 1989, 1993 @@ -33,7 +33,7 @@ #include -#define _PATH_CPP "/usr/bin/cpp" +#define _PATH_CPP "/usr/libexec/tradcpp" /* XXX -- fix when cpp parses arguments rationally */ #define _PATH_INCLUDE "-I/usr/share/calendar" -- 2.20.1