mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
m4: provide download target (missing from r25810)
This commit is contained in:
@@ -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))) $< | \
|
||||
|
||||
Reference in New Issue
Block a user