* 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.
This commit is contained in:
obrien 2011-10-24 20:52:41 +00:00
parent 7e29989efc
commit de7cfd8b49
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
4.2.2
4.2.1

View File

@ -1 +1 @@
prerelease
patched

View File

@ -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}