changeset 319:9a9cffd8a015

bugfix in the "update-checksum-%" target which is internally used by "make update"
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 15 Apr 2009 11:15:39 +0200
parents 0ca9c88dd82d
children 001f5e9b8374
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Apr 15 11:03:55 2009 +0200
+++ b/Makefile	Wed Apr 15 11:15:39 2009 +0200
@@ -140,7 +140,7 @@
 
 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: