From 509f835141729ea8a11869b67fc93df259db4885 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 24 Oct 2000 21:59:16 +0000 Subject: 2000-10-24 Ralf Corsepius * macros/enable-hwapi.m4: Removed. * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am: A small cleanup step towards gnu-canonicalization. --- automake/lib.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'automake/lib.am') 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) $@ $^ -- cgit v1.2.3