mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-27 14:54:07 +08:00
m4: provide download target (missing from r25810)
This commit is contained in:
parent
2cddfd259f
commit
20561ef343
@ -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))) $< | \
|
||||
|
Loading…
Reference in New Issue
Block a user