diff options
-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 |