Fixup 'make source' target

This commit is contained in:
Eric Andersen
2003-02-19 08:56:04 +00:00
parent c8eea31d3f
commit a5c2354153
5 changed files with 13 additions and 4 deletions

View File

@@ -83,6 +83,8 @@ $(TARGET_DIR)/usr/bin/ldd: $(TARGET_DIR)/lib/libc.so.0
uclibc: $(BUILD_DIR)/linux/.configured $(STAGING_DIR)/lib/libc.a \
$(TARGET_DIR)/lib/libc.so.0 $(TARGET_DIR)/usr/bin/ldd
uclibc-source: $(DL_DIR)/$(UCLIBC_SOURCE)
uclibc-clean:
rm -f $(TARGET_DIR)/lib/libc.so.0
-$(MAKE) -C $(UCLIBC_DIR) clean