summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-08-12 11:49:55 +0000
committerharti <harti@FreeBSD.org>2004-08-12 11:49:55 +0000
commit328c4c7fcefd02207b2a88ae95b841d9721afeec (patch)
treef624104ca2635e474abfca990316e516d724de20 /usr.bin/make/Makefile
parentcf9aacc17d91946a2fd42c057bc9778ee464f1ce (diff)
downloadFreeBSD-src-328c4c7fcefd02207b2a88ae95b841d9721afeec.zip
FreeBSD-src-328c4c7fcefd02207b2a88ae95b841d9721afeec.tar.gz
Put variable assignments on .MAKEFLAGS and .MFLAGS targets into
the .MAKEFLAGS variable so that these are also passed to sub-makes. This makes the handling of variables in the command environment more consistent. PR: bin/68853 Submitted by: Martin Kamerhofer <data@sbox.tugraz.at>
Diffstat (limited to 'usr.bin/make/Makefile')
-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 ca728fd..cf2f449 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -15,7 +15,7 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
NOSHARED?= YES
-CFLAGS+=-DMAKE_VERSION=\"5200408030\"
+CFLAGS+=-DMAKE_VERSION=\"5200408120\"
.if defined(_UPGRADING)
CFLAGS+=-D__FBSDID=__RCSID
.endif
OpenPOWER on IntegriCloud