diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 6cbabc372af7dcae65bc3fc05e63f10df791327d (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /shells/ast-ksh | |
parent | dc8bab56040987a34273df7b07a60df4ea78c8ad (diff) | |
download | pkgsrc-6cbabc372af7dcae65bc3fc05e63f10df791327d.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'shells/ast-ksh')
-rw-r--r-- | shells/ast-ksh/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index 6da0b0c89ef..00376af7c74 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2012/10/06 12:23:36 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.32 2013/04/08 11:17:22 rodent Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} @@ -29,8 +29,8 @@ MAKE_FLAGS+= CC=${CC:Q} CCFLAGS=${CFLAGS:M*:Q} PDKSH= /bin/ksh .endif -# Link with libm to fix sfcvt link error - -# this is kind of a hack - +# Link with libm to fix sfcvt link error - +# this is kind of a hack - # better would be to fix the 'meta makefile' to pass this # or to use the ksh-provided math routines. |