summaryrefslogtreecommitdiffstats
path: root/automake/lib.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-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) $@ $^