diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-09 00:37:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-09 00:37:22 +0000 |
commit | 942e56d80e8af50d7ece5d18150e162c97addac4 (patch) | |
tree | ecfeac8197ad67ad2b77a5f366f0f700ac3c490a /devel | |
parent | c07046f865bb2b4d9be13ea7628db758d1a60859 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arm-aout-binutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/arm-aout-binutils/Makefile b/devel/arm-aout-binutils/Makefile index a9e45a8b1f7e..1c6817daec99 100644 --- a/devel/arm-aout-binutils/Makefile +++ b/devel/arm-aout-binutils/Makefile @@ -19,6 +19,10 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=arm-aout +USE_LIBTOOL= yes +LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ + gas/configure gprof/configure intl/configure ld/configure \ + libiberty/configure opcodes/configure MAN1= arm-aout-addr2line.1 arm-aout-ar.1 arm-aout-as.1 \ arm-aout-c++filt.1 arm-aout-ld.1 arm-aout-nlmconv.1 \ arm-aout-nm.1 arm-aout-objcopy.1 arm-aout-objdump.1 \ |