]> git.saurik.com Git - wxWidgets.git/blobdiff - locale/Makefile
fixed a crash and a leak in GetShortcutTarget() (closes bug 1541321)
[wxWidgets.git] / locale / Makefile
index e1cf2938c08e368c49f8513c257940c608a939c4..5e122b02c20a9706139e08d7bc8bc1bbd93fa6d4 100644 (file)
@@ -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