projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4498a0c
)
Doh. messed it up again.
author
Eric Andersen
<andersen@codepoet.org>
Fri, 3 May 2002 09:49:33 +0000
(09:49 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 3 May 2002 09:49:33 +0000
(09:49 -0000)
make/uclibc.mk
patch
|
blob
|
history
diff --git
a/make/uclibc.mk
b/make/uclibc.mk
index 0c55dd2cd50cb1f517e3e05ac7fb8fa0d0860a81..9d1b3b1997220bd6b11d998f6f4989708ed3f944 100644
(file)
--- a/
make/uclibc.mk
+++ b/
make/uclibc.mk
@@
-61,8
+61,8
@@
$(STAGING_DIR)/lib/libc.a: $(UCLIBC_DIR)/lib/libc.a
$(MAKE) -C $(UCLIBC_DIR) install
$(TARGET_DIR)/lib/libc.so.0: $(STAGING_DIR)/lib/libc.a
- $(MAKE) -C $(UCLIBC_DIR)
DEVEL_
PREFIX=$(TARGET_DIR) \
-
SYSTEM_DEVEL_PREFIX=$(TARGET_DIR)/usr
install_runtime install_target_utils
+ $(MAKE) -C $(UCLIBC_DIR) PREFIX=$(TARGET_DIR) \
+
DEVEL_PREFIX=/
install_runtime install_target_utils
uclibc: $(LINUX_KERNEL) $(TARGET_DIR)/lib/libc.so.0