projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed424db
)
Change link order so that libbb functions use libpwd.a when appropriate.
author
Matt Kraai
<kraai@debian.org>
Mon, 23 Apr 2001 16:11:57 +0000
(16:11 -0000)
committer
Matt Kraai
<kraai@debian.org>
Mon, 23 Apr 2001 16:11:57 +0000
(16:11 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1fefecd
..
791357f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-329,7
+329,7
@@
docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
busybox: $(PWD_LIB) $(LIBBB_LIB) $(OBJECTS)
- $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(
PWD_LIB) $(LIBBB
_LIB) $(LIBRARIES)
+ $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(
LIBBB_LIB) $(PWD
_LIB) $(LIBRARIES)
$(STRIP)
# Without VPATH, rule expands to "/bin/sh busybox.mkll Config.h applets.h"