chiark / gitweb /
Makefile: Fix `squote' to have the right number of `\'s.
[distorted-chroot] / Makefile
index ea89661aba834616ffd7f2681fef7296d202f9d2..7479ae6693769af3727daf90a584d1ad4091bd67 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -274,7 +274,8 @@ throwrc                      = { $1; echo $$? >&4; }
 ##     $(call squote,TXT)
 ##
 ## Single-quote TXT.
-squote                  = '$(subst ','\\'',$1)'
+squote                  = '$(subst ','\'',$1)'
+#'
 
 ##     $(call chroot-dist,D-A) -> D
 ##     $(call chroot-arch,D-A) -> A