OSDN Git Service

* Makefile.shared: New file.
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / machine / Makefile.am
index 8157e9a..7e71be1 100644 (file)
@@ -8,12 +8,15 @@ if HAVE_MACHINE_DIR
 MACHLIB = lib.a
 endif
 
+if USE_LIBTOOL
+else
 noinst_LIBRARIES = $(MACHLIB)
 
 lib.a: $(machine_dir)/lib.a
        rm -f $@
        ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
         cp $(machine_dir)/lib.a $@
+endif
 
 $(machine_dir)/lib.a: