X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62603868bc258cc7b22cb9715ac35f45a3dd3744..cea0869cdf378f178f2ff3751b7f348fa8db7bf2:/locale/Makefile diff --git a/locale/Makefile b/locale/Makefile index e1cf2938c0..5e122b02c2 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -7,8 +7,8 @@ # being called with this dir as the cwd, but if we generate this file # with configure an explicit path should be specified -- RL. -WX_LINGUAS := `ls *.po */*.po 2> /dev/null | sed -n 's/\(wxstd\)\?\.po//p'` -WX_LINGUAS_UPDATE := `ls *.po 2> /dev/null | sed -n 's/\(wxstd\)\?\.po//p'` +WX_LINGUAS := $(shell ls *.po */*.po 2> /dev/null | sed 's/wxstd.po//g' | sed 's/.po//g') +WX_LINGUAS_UPDATE := $(shell ls *.po 2> /dev/null | sed 's/wxstd.po//g' | sed 's/.po//g') # the programs we use (TODO: use configure to detect them) MSGFMT=msgfmt --verbose