summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-11-15 17:07:45 +0000
committermarcel <marcel@FreeBSD.org>1999-11-15 17:07:45 +0000
commit2d8cd2480b6f5aa81008b59fa9c746d1dfb46912 (patch)
treedfd40cfa9cf7938e658d75cb5c1bc56187a3ff3b /usr.bin/make
parent8ed26df117cc99461094f76f9367dddefdf487f5 (diff)
downloadFreeBSD-src-2d8cd2480b6f5aa81008b59fa9c746d1dfb46912.zip
FreeBSD-src-2d8cd2480b6f5aa81008b59fa9c746d1dfb46912.tar.gz
Remove CROSS_MAKE_FLAGS.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 7530945..da2c13d 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 \
OpenPOWER on IntegriCloud