From 50bbda44989ba1d2bac88bd7b20b3033c2515bd8 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Mon, 9 Feb 1998 04:02:21 +0000 Subject: [PATCH] - use the libcontrib out of /usr/lib rather than assuming that it's in the source tree. --- bin/rmdir/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index 9cb4878..dd5bb69 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -1,12 +1,12 @@ # -# $Id: Makefile,v 1.1 1997/10/30 02:33:48 gdr Exp $ +# $Id: Makefile,v 1.2 1998/02/09 04:02:21 gdr-ftp Exp $ # PROG = rmdir # Add -D__STACK_CHECK__ to CFLAGS to get stack usage information CFLAGS += -I/src/gno/lib/libcontrib -LDFLAGS += -l/src/gno/lib/libcontrib/libcontrib +LDFLAGS += -l/usr/lib/libcontrib STACK = 768 .INCLUDE: /src/gno/prog.mk