diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-03-30 02:19:09 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-03-30 02:19:09 +0000 |
| commit | dc84a8ccd6c3311ce819ff63528881751d3acb0d (patch) | |
| tree | 65bbb8818e2348bb02031a6343b5c1cbca6ceab3 /gnu | |
| parent | 680426be8ff8be7f4675cfd50ff1213688a2ea8f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 0b8ec83dc2c6..e0b5af8143ab 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -1,10 +1,9 @@ # -# $Id: Makefile,v 1.1.1.1 1998/03/01 23:40:47 jdp Exp $ +# $Id: Makefile,v 1.2 1998/03/12 02:54:38 jdp Exp $ # -# Omitted for now: c++filt. SUBDIR= libiberty libbfd libopcodes libbinutils \ - addr2line ar as ld nm objcopy objdump ranlib \ + addr2line ar as c++filt ld nm objcopy objdump ranlib \ size strings strip .include <bsd.subdir.mk> |
