diff options
| author | cgd <cgd@NetBSD.org> | 1998-05-28 20:52:26 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1998-05-28 20:52:26 +0000 |
| commit | 1ef74e3665fba536c997a8a48916864247ca9eeb (patch) | |
| tree | a8f9a8cb8087dc4b6d6321d047837a695d5a29ae /gnu/usr.bin/binutils/c++filt | |
| parent | 7d31de6a7adbe49272a3af6297776651040eb6bc (diff) | |
add ${PROG}.1 to CLEANFILES, since it's generated.
Diffstat (limited to 'gnu/usr.bin/binutils/c++filt')
| -rw-r--r-- | gnu/usr.bin/binutils/c++filt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/c++filt/Makefile b/gnu/usr.bin/binutils/c++filt/Makefile index 9e4d0d37169..56a2a28b2ea 100644 --- a/gnu/usr.bin/binutils/c++filt/Makefile +++ b/gnu/usr.bin/binutils/c++filt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 1998/05/22 02:40:27 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/05/28 20:52:26 cgd Exp $ PROG= c++filt SRCS= cplus-dem.c underscore.c CPPFLAGS+=-DMAIN -DVERSION='"${VERSION}"' -CLEANFILES+=underscore.c +CLEANFILES+=underscore.c ${PROG}.1 underscore.c: .PHONY sh ${.CURDIR}/mkunderscore.sh ${TARGET_ARCH}-unknown-netbsd ${TOP}/dist/bfd/config.bfd > \ |
