From: jsg Date: Wed, 30 Jul 2014 16:46:17 +0000 (+0000) Subject: switch to tradcpp X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=739980155cb63e85f191cd4a2ef0dad11a5a1ffa;p=openbsd switch to tradcpp --- 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"