diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-15 00:25:01 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-15 00:25:01 +0000 |
commit | e0f64d6da869743bd9439e19fdf02b6693409293 (patch) | |
tree | 4c0b31a0c31c50b04a9ac83e7bb04b72b115db68 /gnu | |
parent | b3fde7d73303d7d8b65891edd51de12e066bba18 (diff) | |
download | FreeBSD-src-e0f64d6da869743bd9439e19fdf02b6693409293.zip FreeBSD-src-e0f64d6da869743bd9439e19fdf02b6693409293.tar.gz |
Cosmetic removeal of a trailing white space.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/cc_drv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile index 034bea3..c486443 100644 --- a/gnu/usr.bin/cc/cc_drv/Makefile +++ b/gnu/usr.bin/cc/cc_drv/Makefile @@ -2,7 +2,7 @@ .include "../Makefile.inc" -.PATH: ../cc_tools ${GCCDIR} +.PATH: ../cc_tools ${GCCDIR} SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c |