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/diff3 | |
| parent | c4c746f8314b0f4716823e4ee1d2ad569c394127 (diff) | |
use CPPFLAGS instead of CFLAGS
Diffstat (limited to 'gnu/usr.bin/diff3')
| -rw-r--r-- | gnu/usr.bin/diff3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile index 7e5a8bb110f..cfac721af69 100644 --- a/gnu/usr.bin/diff3/Makefile +++ b/gnu/usr.bin/diff3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 1997/03/24 22:06:12 christos Exp $ +# $NetBSD: Makefile,v 1.9 1997/10/25 10:10:32 lukem Exp $ PROG= diff3 SRCS= diff3.c getopt.c getopt1.c version.c -CFLAGS+= -I$(.CURDIR)/../diff \ +CPPFLAGS+= -I$(.CURDIR)/../diff \ -DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\" LDADD+= -lgnumalloc |
