diff options
author | guenther@openbsd.org <guenther@openbsd.org> | 2016-07-04 18:01:44 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-07-08 13:51:12 +1000 |
commit | 18813a32b6fd964037e0f5e1893cb4468ac6a758 (patch) | |
tree | 844458f0d7b781efae7be37155cd6983db9506aa /regress/unittests/test_helper/Makefile | |
parent | 6d31193d0baa3da339c196ac49625b7ba1c2ecc7 (diff) |
upstream commit
DEBUGLIBS has been broken since the gcc4 switch, so delete
it. CFLAGS contains -g by default anyway
problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)
ok millert@ kettenis@ deraadt@
Upstream-Regress-ID: 4a0bb72f95c63f2ae9daa8a040ac23914bddb542
Diffstat (limited to 'regress/unittests/test_helper/Makefile')
-rw-r--r-- | regress/unittests/test_helper/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/unittests/test_helper/Makefile b/regress/unittests/test_helper/Makefile index 5b3894cbf..78026e653 100644 --- a/regress/unittests/test_helper/Makefile +++ b/regress/unittests/test_helper/Makefile | |||
@@ -1,9 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $ |
2 | 2 | ||
3 | LIB= test_helper | 3 | LIB= test_helper |
4 | SRCS= test_helper.c fuzz.c | 4 | SRCS= test_helper.c fuzz.c |
5 | 5 | ||
6 | DEBUGLIBS= no | ||
7 | NOPROFILE= yes | 6 | NOPROFILE= yes |
8 | NOPIC= yes | 7 | NOPIC= yes |
9 | 8 | ||