diff options
Diffstat (limited to 'libc/Makefile')
-rw-r--r-- | libc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/Makefile b/libc/Makefile index 4a5110f0e..04f8e674e 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -45,12 +45,15 @@ VERSION_SCRIPT:=${shell if [ -f sysdeps/linux/$(TARGET_ARCH)/libc.map ] ; then \ all: halfclean subdirs $(LIBNAME) $(DO_SHARED) -$(LIBNAME): subdirs +ar-target: $(CROSS)ranlib $(LIBNAME) install -d $(TOPDIR)lib rm -f $(TOPDIR)lib/$(LIBNAME) install -m 644 $(LIBNAME) $(TOPDIR)lib +$(LIBNAME): subdirs ar-target + + shared: $(TOPDIR)lib/$(LIBNAME) @rm -rf tmp @mkdir tmp |