diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-25 10:10:19 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-25 10:10:19 +0000 |
| commit | da49bfcda78283800f0da0a8a17f43a31275a581 (patch) | |
| tree | 168aa071111be342f41bc63dcd81e9ae7aab750c /gnu/usr.bin/diff/Makefile | |
| parent | c4c746f8314b0f4716823e4ee1d2ad569c394127 (diff) | |
use CPPFLAGS instead of CFLAGS
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 993e8bc4532..7b10534882e 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 1997/03/24 22:06:10 christos Exp $ +# $NetBSD: Makefile,v 1.11 1997/10/25 10:10:30 lukem Exp $ PROG= diff SRCS= diff.c analyze.c cmpbuf.c io.c context.c ed.c normal.c util.c dir.c \ regex.c side.c ifdef.c version.c getopt.c getopt1.c -CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\" +CPPFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\" LDADD+= -lgnumalloc DPADD+= ${LIBGNUMALLOC} |
