projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c2354
)
Fix dependancy on zlib
author
Eric Andersen
<andersen@codepoet.org>
Wed, 19 Feb 2003 09:59:24 +0000
(09:59 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 19 Feb 2003 09:59:24 +0000
(09:59 -0000)
make/file.mk
patch
|
blob
|
history
diff --git
a/make/file.mk
b/make/file.mk
index 2d4c1d2632006d3724013e518c29544b5dff4bb6..ab9fc863cb87a34ed1fc125078a5a1bb88976248 100644
(file)
--- a/
make/file.mk
+++ b/
make/file.mk
@@
-47,7
+47,7
@@
$(TARGET_DIR)/$(FILE_TARGET_BINARY): $(FILE_DIR)/$(FILE_BINARY)
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
-file: uclibc $(TARGET_DIR)/$(FILE_TARGET_BINARY)
+file:
zlib
uclibc $(TARGET_DIR)/$(FILE_TARGET_BINARY)
file-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(FILE_DIR) uninstall