diff options
author | marha <marha@users.sourceforge.net> | 2014-05-29 20:48:09 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-05-29 20:48:45 +0200 |
commit | 78c6c2b88ae54977a2a617f116a1598657a98b6f (patch) | |
tree | d5be61dc455667fc719db3a0f4ac88108286fdb6 /libX11 | |
parent | fef0571ebc8b51ef86bd41db5340531369567baf (diff) | |
download | vcxsrv-78c6c2b88ae54977a2a617f116a1598657a98b6f.tar.gz vcxsrv-78c6c2b88ae54977a2a617f116a1598657a98b6f.tar.bz2 vcxsrv-78c6c2b88ae54977a2a617f116a1598657a98b6f.zip |
Synchronised makefile
Diffstat (limited to 'libX11')
-rw-r--r-- | libX11/nls/makefile | 2 |
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
|