diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-09 00:37:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-09 00:37:22 +0000 |
commit | b22f7c0a02058acab93d0f6b8db5141093f9b3d3 (patch) | |
tree | 203a1c688da1ab3ff93037690b0bfae559be5132 /devel | |
parent | 2f167beaa940f85b5110747f71532fd56d6c6f4b (diff) | |
download | FreeBSD-ports-b22f7c0a02058acab93d0f6b8db5141093f9b3d3.zip FreeBSD-ports-b22f7c0a02058acab93d0f6b8db5141093f9b3d3.tar.gz |
Use our libtool.
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 a9e45a8..1c6817d 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 \ |