9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 16c3d05de51e2e2fa5ded5e2281213249b264830
parent 33ad29f3b11bec63a07fc6f166fec7eb8bf6c24a
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Thu, 13 Dec 2018 10:34:36 +0000

Merge "Add RANLIBFLAGS to all the libraries"
Diffstat:
Msrc/libhdl/Makefile | 2+-
Msrc/libk/Makefile | 2+-
Msrc/librmu/Makefile | 2+-
Msrc/libtypes/Makefile | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/libhdl/Makefile b/src/libhdl/Makefile @@ -77,4 +77,4 @@ all: $(TARGET) $(TARGET): $(OBJS) $(AR) $(ARFLAGS) $@ $? - ranlib $@ + ranlib $(RANLIBFLAGS) $@ diff --git a/src/libk/Makefile b/src/libk/Makefile @@ -20,4 +20,4 @@ all: $(TARGET) $(TARGET): $(OBJS) $(AR) $(ARFLAGS) $@ $? - ranlib $@ + ranlib $(RANLIBFLAGS) $@ diff --git a/src/librmu/Makefile b/src/librmu/Makefile @@ -77,4 +77,4 @@ all: $(TARGET) $(TARGET): $(OBJS) $(AR) $(ARFLAGS) $@ $? - ranlib $@ + ranlib $(RANLIBFLAGS) $@ diff --git a/src/libtypes/Makefile b/src/libtypes/Makefile @@ -40,7 +40,7 @@ rscb.h: $(JSONDIR)/version $(TARGET): $(OBJS) $(AR) $(ARFLAGS) $@ $? - ranlib $@ + ranlib $(RANLIBFLAGS) $@ clean: rm -f rscb.h