Fix search path.

This commit is contained in:
David E. O'Brien 2002-04-07 08:05:33 +00:00
parent 9e3b001017
commit bf4990bb76
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
.include "../Makefile.inc"
.PATH: ${GCCDIR} ${GCCDIR}/../libiberty
.PATH: ${GCCDIR}
PROG= collect2
SRCS= collect2.c cp-demangle.c cplus-dem.c tlink.c

View File

@ -2,7 +2,7 @@
.include "../Makefile.inc"
.PATH: ${.CURDIR}/../cc_tools ${GCCDIR} ${GCCDIR}/../libiberty
.PATH: ${.CURDIR}/../cc_tools ${GCCDIR}
PROG= protoize
NOMAN=