bugfix in the "update-checksum-%" target which is internally used by "make update"

This commit is contained in:
Volker Grabsch 2009-04-15 11:15:39 +02:00
parent 018925b326
commit 0ed08ee19d
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ update:
update-checksum-%:
$(call DOWNLOAD_PKG_ARCHIVE,$*)
$(SED) 's/^\([^ ]*_CHECKSUM *:=\).*/\1 $(shell $(call PKG_CHECKSUM,$*))/' -i '$(TOP_DIR)/src/$*.mk'
$(SED) 's/^\([^ ]*_CHECKSUM *:=\).*/\1 '"`$(call PKG_CHECKSUM,$*)`"'/' -i '$(TOP_DIR)/src/$*.mk'
.PHONY: dist
dist: