diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-17 06:35:44 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-17 06:35:44 +0000 |
commit | e303f729c675ac851fc3efc31e1df4f0c9bbc71c (patch) | |
tree | 8d56b1506b02d6472d6a875551078766da670a63 /gnu/usr.bin | |
parent | 4769e48d99e28b34ac08914f4fab986e32cd08a0 (diff) | |
download | FreeBSD-src-e303f729c675ac851fc3efc31e1df4f0c9bbc71c.zip FreeBSD-src-e303f729c675ac851fc3efc31e1df4f0c9bbc71c.tar.gz |
Remove some WIP bits that I didn't fully clean out before merging to HEAD.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/cc/c++filt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile index 31ba5c7..6c42e2a 100644 --- a/gnu/usr.bin/cc/c++filt/Makefile +++ b/gnu/usr.bin/cc/c++filt/Makefile @@ -2,7 +2,7 @@ .include "../Makefile.inc" -.PATH: ${GCCDIR} ${GCCDIR}/../libiberty +.PATH: ${GCCDIR} PROG= c++filt SRCS= cp-demangle.c cplus-dem+%DIKED.c @@ -15,8 +15,7 @@ DPADD+= ${LIBCC_INT} LDADD+= ${LIBCC_INT} cplus-dem+%DIKED.c: cplus-dem.c - sed \ - -e 's/^xmalloc[ ]/_DONT_xmalloc /g' \ + sed -e 's/^xmalloc[ ]/_DONT_xmalloc /g' \ -e 's/^xrealloc[ ]/_DONT_xrealloc /g' \ ${.ALLSRC} > ${.TARGET} |