summaryrefslogtreecommitdiffstats
path: root/automake/lib.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-24 21:59:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-24 21:59:16 +0000
commit509f835141729ea8a11869b67fc93df259db4885 (patch)
treeed1d61d3d8e3f0275d1248893e446888b05778c3 /automake/lib.am
parent2000-10-24 Alan Cudmore <alanc@linuxstart.com> and (diff)
downloadrtems-509f835141729ea8a11869b67fc93df259db4885.tar.bz2
2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* macros/enable-hwapi.m4: Removed. * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am: A small cleanup step towards gnu-canonicalization.
Diffstat (limited to 'automake/lib.am')
-rw-r--r--automake/lib.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/automake/lib.am b/automake/lib.am
index 15208aee17..8fe1af1e03 100644
--- a/automake/lib.am
+++ b/automake/lib.am
@@ -2,6 +2,12 @@
## $Id$
##
+if RTEMS_CANONICALIZATION
+else
+AR = @AR@
+RANLIB = @RANLIB@
+endif
+
define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $^