diff options
| author | christos <christos@NetBSD.org> | 1995-10-22 21:04:42 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1995-10-22 21:04:42 +0000 |
| commit | 99fc0f40d9f01fe6b8baf18cf93aebcf7659d2da (patch) | |
| tree | b7f1d51c9295f2a673dec5b79fc96b20b174d2fb /gnu/lib | |
| parent | bcff7be6b7474916a06ec78ac15a222099eb7dd0 (diff) | |
Parallel make fixes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libg++/libg++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/libg++/Makefile b/gnu/lib/libg++/libg++/Makefile index da9352eed86..2d090add316 100644 --- a/gnu/lib/libg++/libg++/Makefile +++ b/gnu/lib/libg++/libg++/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1994/07/06 04:06:27 mycroft Exp $ +# $Id: Makefile,v 1.25 1995/10/22 21:04:42 christos Exp $ LIB= g++ @@ -26,6 +26,6 @@ DPADD= ${DESTDIR}/usr/lib/c++rt0.o ${LIBCURSES} NOMAN= noman .PATH: $(.CURDIR)/../iostream LIBCURSES!= printf "xxx:\n\techo \$${LIBCURSES}\n.include <bsd.prog.mk>" |\ - $(MAKE) -r -s -f - xxx + $(MAKE) -r -s -f - xxx | grep curses .include <bsd.lib.mk> |
