diff options
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 4fff36a..b77f9e3 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -24,6 +24,9 @@ SUBDIR+= libreadline # have taken care of that already. .if ${MK_GNUCXX} != "no" SUBDIR+= libstdc++ libsupc++ +SUBDIR_DEPENDS_libsupc++:= libstdc++ .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> |