diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2015-07-19 00:38:19 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2015-07-19 00:38:19 +0000 |
| commit | cab0e8ff75a14ede27c7379b6c04a759dd206e2e (patch) | |
| tree | f58d716fa70554160e2b3487eeb2ca8df8499dfa /gnu/lib/Makefile | |
| parent | 02bee582d015d7a62c19f2dd6e04a453c4b215a5 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/Makefile')
| -rw-r--r-- | gnu/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 796cefcacc98..4fff36a48725 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -16,7 +16,7 @@ SUBDIR+= libssp SUBDIR+= tests .endif -.if ${MK_GDB} != "no" +.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no" SUBDIR+= libreadline .endif |
