diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-07-18 20:08:24 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-07-18 20:08:24 +0000 |
commit | 37a5385dba80777b30749a11666298dd20cfe981 (patch) | |
tree | c581e0ed5625d8f177616e357003d2ed7acfe8d3 /shells/bash | |
parent | a56a4f7283dc0b6efa1ebb893b2caf61ec1b6b65 (diff) | |
download | pkgsrc-37a5385dba80777b30749a11666298dd20cfe981.tar.gz |
Remove CFLAGS+=-g. Accidentally added.
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 2681b204d4e..89d23b252a5 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2014/07/17 12:49:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2014/07/18 20:08:24 ryoon Exp $ BASH_VERSION= 4.3 @@ -30,8 +30,6 @@ CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bi MAKE_JOBS_SAFE= no TEST_TARGET= test -CFLAGS+= -g - INFO_FILES= YES # PLIST PKG_SHELL= bin/bash INSTALLATION_DIRS= ${PKGMANDIR}/man1 |