--- src/engine/SCons/Util.py.~1.124.~	2005-03-30 10:46:16 +0200
+++ src/engine/SCons/Util.py	2005-10-19 21:20:07 +0200
@@ -946,6 +946,7 @@
                         y = self.conv(y)
                         if is_String(y):
                             y = CmdStringHolder(y, literal1 or literal2)
+                            y.literal = None
                         self[-1][-1] = y
 
         def add_new_word(self, x):

