projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c520e0
)
Patch from Berhnard Fischer to keep duplicate objects out of the library.
author
Rob Landley
<rob@landley.net>
Wed, 14 Sep 2005 15:41:18 +0000
(15:41 -0000)
committer
Rob Landley
<rob@landley.net>
Wed, 14 Sep 2005 15:41:18 +0000
(15:41 -0000)
archival/libunarchive/Makefile.in
patch
|
blob
|
history
diff --git
a/archival/libunarchive/Makefile.in
b/archival/libunarchive/Makefile.in
index 6ac9629289b14cc70d6e547f2bfe0e971d5e993f..8bbcfdf8c5554cc3ad62297fe811e337c102424b 100644
(file)
--- a/
archival/libunarchive/Makefile.in
+++ b/
archival/libunarchive/Makefile.in
@@
-76,6
+76,7
@@
LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES)
libraries-y+=$(LIBUNARCHIVE_DIR)$(LIBUNARCHIVE_AR)
+LIBUNARCHIVE-y:=$(sort $(LIBUNARCHIVE-y))
$(LIBUNARCHIVE_DIR)$(LIBUNARCHIVE_AR): $(patsubst %,$(LIBUNARCHIVE_DIR)%, $(LIBUNARCHIVE-y))
$(AR) $(ARFLAGS) $@ $(patsubst %,$(LIBUNARCHIVE_DIR)%, $(LIBUNARCHIVE-y))