diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-07-10 21:11:48 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-07-10 21:11:48 +0000 |
| commit | 9e88096ea140eab3f2eaed1a8cf12e38d4d64c68 (patch) | |
| tree | 46090c7fe45a36451e68f46dba2c391689aa3ec5 /gnu/lib/Makefile | |
| parent | b23c40d7b1f67b4206bb1a2043a100a017298c36 (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 2651eef5abdb..373c2805fd66 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -14,7 +14,7 @@ SUBDIR+= tests # libsupc++ uses libstdc++ headers, although 'make includes' should # have taken care of that already. -.if ${MK_GNUCXX} != "no" && ${MK_CXX} != "no" +.if ${MK_GNUCXX} != "no" SUBDIR+= libstdc++ libsupc++ .endif |
