mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
Makefile, rmdir.c:
Take contrib.h out of system include directory rather than the GNO source build directories.
This commit is contained in:
parent
508f00afb5
commit
9818323355
@ -1,11 +1,10 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/02/09 04:02:21 gdr-ftp Exp $
|
||||
# $Id: Makefile,v 1.3 1999/01/07 07:50:10 gdr-ftp Exp $
|
||||
#
|
||||
|
||||
PROG = rmdir
|
||||
|
||||
# Add -D__STACK_CHECK__ to CFLAGS to get stack usage information
|
||||
CFLAGS += -I/src/gno/lib/libcontrib
|
||||
LDFLAGS += -l/usr/lib/libcontrib
|
||||
STACK = 768
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
#include <unistd.h>
|
||||
#include <err.h>
|
||||
#include <gno/gno.h>
|
||||
|
||||
#include "contrib.h"
|
||||
#include <gno/contrib.h>
|
||||
|
||||
#ifdef __STACK_CHECK__
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user