aboutsummaryrefslogtreecommitdiff
path: root/libX11
diff options
context:
space:
mode:
Diffstat (limited to 'libX11')
-rw-r--r--libX11/nls/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/nls/makefile b/libX11/nls/makefile
index 18cbe1c82..c3776babf 100644
--- a/libX11/nls/makefile
+++ b/libX11/nls/makefile
@@ -22,7 +22,7 @@ include ../cpprules.mak
$(X11_LOCALEDATADIR)\%: %.pre
cl /nologo /EP $< -DXCOMM\#\# > $<.l1
- sed -e "/^[^\#][^ ]*:/s/://" -e "/^[^\#].*[ ].*:/d" < $<.l1 > $<.l2
+ sed -e "/^[^\#][^ ]*:/s/://" -e "/^[^\#].*[ ].*:/d" < $<.l1 > $<.l2
type $<.l2 $<.l1 > $@
del $<.l1
del $<.l2