summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-04-15 09:15:39 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-04-15 09:15:39 (GMT)
commit0ed08ee19d2d49ccf717ed736e395c6befbf7b21 (patch)
tree2054f5f63be399df5a19186e5d007a4ff42577fe /Makefile
parent018925b3261461b36b614d8e3dab4b61bdf2c45e (diff)
downloadmxe-0ed08ee19d2d49ccf717ed736e395c6befbf7b21.zip
mxe-0ed08ee19d2d49ccf717ed736e395c6befbf7b21.tar.gz
mxe-0ed08ee19d2d49ccf717ed736e395c6befbf7b21.tar.bz2
bugfix in the "update-checksum-%" target which is internally used by "make update"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de2bccc..f342f5a 100644
--- a/Makefile
+++ b/Makefile
@@ -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: