From bf4990bb7668994c9886e573949b64a44f2df723 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 7 Apr 2002 08:05:33 +0000 Subject: [PATCH] Fix search path. --- gnu/usr.bin/cc/collect2/Makefile | 2 +- gnu/usr.bin/cc/protoize/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile index 314caf722df9..976146a3bf74 100644 --- a/gnu/usr.bin/cc/collect2/Makefile +++ b/gnu/usr.bin/cc/collect2/Makefile @@ -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 diff --git a/gnu/usr.bin/cc/protoize/Makefile b/gnu/usr.bin/cc/protoize/Makefile index eba576cd5c6b..500dd03fa498 100644 --- a/gnu/usr.bin/cc/protoize/Makefile +++ b/gnu/usr.bin/cc/protoize/Makefile @@ -2,7 +2,7 @@ .include "../Makefile.inc" -.PATH: ${.CURDIR}/../cc_tools ${GCCDIR} ${GCCDIR}/../libiberty +.PATH: ${.CURDIR}/../cc_tools ${GCCDIR} PROG= protoize NOMAN=