aboutsummaryrefslogtreecommitdiff
path: root/libX11
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-05-29 20:48:09 +0200
committermarha <marha@users.sourceforge.net>2014-05-29 20:48:45 +0200
commit78c6c2b88ae54977a2a617f116a1598657a98b6f (patch)
treed5be61dc455667fc719db3a0f4ac88108286fdb6 /libX11
parentfef0571ebc8b51ef86bd41db5340531369567baf (diff)
downloadvcxsrv-78c6c2b88ae54977a2a617f116a1598657a98b6f.tar.gz
vcxsrv-78c6c2b88ae54977a2a617f116a1598657a98b6f.tar.bz2
vcxsrv-78c6c2b88ae54977a2a617f116a1598657a98b6f.zip
Synchronised makefile
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