diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-15 17:07:45 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-15 17:07:45 +0000 |
| commit | f5c0c6abaa4600d95aa88fc1e13aeb960a0e1b7c (patch) | |
| tree | dfd40cfa9cf7938e658d75cb5c1bc56187a3ff3b /usr.bin | |
| parent | 0ff3bc32a89258e0245d3bd028dba2322ea4b3d7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 7530945384ee..da2c13dbe108 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= make -CFLAGS+= -I${.CURDIR} ${CROSS_MAKE_FLAGS} +CFLAGS+= -I${.CURDIR} SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ make.c parse.c str.c suff.c targ.c var.c util.c SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ |
