summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2011-10-24 20:52:41 +0000
committerobrien <obrien@FreeBSD.org>2011-10-24 20:52:41 +0000
commitde7cfd8b493582d36c2221baf1415afc87e4f573 (patch)
treeb5b61058ae766766e3886d865e8052dec845dc1f /gnu
parent7e29989efc0880dcad1de6843fa21a24b452826c (diff)
downloadFreeBSD-src-de7cfd8b493582d36c2221baf1415afc87e4f573.zip
FreeBSD-src-de7cfd8b493582d36c2221baf1415afc87e4f573.tar.gz
* Don't give the impression that this compiler is GPLv3.
(It is "well known" that GCC 4.2.2 is GPLv3.) * Don't give the impression that this compiler isn't "trustable". * Fix dependency nit.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile.ver2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile.ver b/gnu/usr.bin/cc/Makefile.ver
index c3b8c4a..c7f4605 100644
--- a/gnu/usr.bin/cc/Makefile.ver
+++ b/gnu/usr.bin/cc/Makefile.ver
@@ -4,7 +4,7 @@ BASEVER!= cat ${GCCDIR}/BASE-VER
DATESTAMP!= cat ${GCCDIR}/DATESTAMP
DEVPHASE!= cat ${GCCDIR}/DEV-PHASE
-version.o: version.c
+version.o: version.c ${GCCDIR}/BASE-VER ${GCCDIR}/DATESTAMP ${GCCDIR}/DEV-PHASE
${CC} ${CFLAGS} -DBASEVER=\"${BASEVER}\" \
-DDATESTAMP=\"\ ${DATESTAMP}\" \
-DDEVPHASE=\"\ ${DEVPHASE}\" -c ${.IMPSRC}
OpenPOWER on IntegriCloud