vim: really fix patch download

Thanks to Markus Heidelberg for noticing.
This commit is contained in:
Peter Korsgaard 2009-03-15 13:51:30 +00:00
parent 3b5651823b
commit 2150ed1bf1
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ VIM_CONFIG_MK:=$(VIM_DIR)/src/auto/config.mk
$(DL_DIR)/$(VIM_SOURCE): $(DL_DIR)/$(VIM_SOURCE):
$(call DOWNLOAD,$(VIM_SOURCE_SITE),$(VIM_SOURCE)) $(call DOWNLOAD,$(VIM_SOURCE_SITE),$(VIM_SOURCE))
$(DL_DIR)/vim/%: $(DL_DIR)/$(VIM_VERSION).%:
$(call DOWNLOAD,$(VIM_PATCH_SITE),$*) $(call DOWNLOAD,$(VIM_PATCH_SITE),$(notdir $@))
vim-source: $(DL_DIR)/$(VIM_SOURCE) $(VIM_PATCHES) vim-source: $(DL_DIR)/$(VIM_SOURCE) $(VIM_PATCHES)