mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-03-10 23:33:18 +00:00
- use the libcontrib out of /usr/lib rather than assuming that it's in
the source tree.
This commit is contained in:
parent
6f61169e81
commit
50bbda4498
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user