From 99fc0f40d9f01fe6b8baf18cf93aebcf7659d2da Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 22 Oct 1995 21:04:42 +0000 Subject: Parallel make fixes --- gnu/lib/libg++/libg++/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/lib/libg++') 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 " |\ - $(MAKE) -r -s -f - xxx + $(MAKE) -r -s -f - xxx | grep curses .include -- cgit