aboutsummaryrefslogtreecommitdiffstats
path: root/target/lzma/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-20 23:56:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-20 23:56:49 +0000
commit00ea655b03ee6aaeebd4a4cd952dad7ad2252e75 (patch)
treed7b1c1c038999f6836cd7e7f9a582f77663f63dd /target/lzma/Makefile
parent6243bf96493fb54ce5bd02592115d53e1fad0495 (diff)
downloadupstream-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.tar.gz
upstream-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.tar.bz2
upstream-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.zip
add target/download
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4030 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/lzma/Makefile')
-rw-r--r--target/lzma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/lzma/Makefile b/target/lzma/Makefile
index b358a9efce..214967a15d 100644
--- a/target/lzma/Makefile
+++ b/target/lzma/Makefile
@@ -34,7 +34,6 @@ $(LZMA_DIR)/.built: $(LZMA_DIR)/.unpacked
lzma: $(TARGETS)
$(CP) $^ $(LZMA_DIR)
-lzma-source: $(DL_DIR)/$(LZMA_SOURCE)
lzma-clean: FORCE
-$(MAKE) -C $(LZMA_LIB_DIR) clean
@@ -46,6 +45,7 @@ lzma-dirclean: FORCE
#############################################################
+source: $(DL_DIR)/$(LZMA_SOURCE)
prepare: $(LZMA_DIR)/.unpacked
compile: lzma
install: lzma FORCE