- use the libcontrib out of /usr/lib rather than assuming that it's in

the source tree.
This commit is contained in:
gdr-ftp 1998-02-09 04:02:21 +00:00
parent 6f61169e81
commit 50bbda4498
1 changed files with 2 additions and 2 deletions

View File

@ -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