projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cddfd2
)
m4: provide download target (missing from r25810)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 26 Mar 2009 19:21:02 +0000
(19:21 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 26 Mar 2009 19:21:02 +0000
(19:21 -0000)
package/m4/m4.mk
patch
|
blob
|
history
diff --git
a/package/m4/m4.mk
b/package/m4/m4.mk
index 9259ed718dcb6c3c5e4f2b012a906e862cdf6c8c..e034e7a9cfb2865482dfc67af0c5159da3529130 100644
(file)
--- a/
package/m4/m4.mk
+++ b/
package/m4/m4.mk
@@
-24,6
+24,9
@@
$(eval $(call AUTOTARGETS,package,m4))
# m4 for the host
M4_HOST_DIR:=$(BUILD_DIR)/m4-$(M4_VERSION)-host
+$(DL_DIR)/$(M4_SOURCE):
+ $(call DOWNLOAD,$(M4_SITE),$(M4_SOURCE))
+
$(STAMP_DIR)/host_m4_unpacked: $(DL_DIR)/$(M4_SOURCE)
mkdir -p $(M4_HOST_DIR)
$(INFLATE$(suffix $(M4_SOURCE))) $< | \