summaryrefslogtreecommitdiff
path: root/editors/emacs22
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-08 11:17:08 +0000
committerrodent <rodent@pkgsrc.org>2013-04-08 11:17:08 +0000
commit2ab539dcf6641013cf030237fb4971b6a93757f5 (patch)
treea54d33520d98c61ee2a68e3afa6cf5aa83a00659 /editors/emacs22
parent1054a5082d340e88a0cf0e94890180a792e2e11a (diff)
downloadpkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'editors/emacs22')
-rw-r--r--editors/emacs22/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile.common b/editors/emacs22/Makefile.common
index a0b07eb1710..f6de642676a 100644
--- a/editors/emacs22/Makefile.common
+++ b/editors/emacs22/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2013/02/24 01:25:30 dholland Exp $
+# $NetBSD: Makefile.common,v 1.4 2013/04/08 11:17:12 rodent Exp $
#
# used by editors/emacs22/Makefile
# used by editors/emacs22-nox11/Makefile
@@ -61,7 +61,7 @@ CPPFLAGS+= -DDFLY_CRT_USRLIB
# "emacs" uses the C pre-processor to generate makefiles. The C pre-processor
# of newer GCC version is designed to break this by purpose. We work around
-# that using the traditional mode to generate makefiles.
+# that using the traditional mode to generate makefiles.
.if !empty(CC_VERSION:Mgcc-[4-9].*)
CPP+= -P
CONFIGURE_ENV+= CPP=${CPP:Q}