summaryrefslogblamecommitdiffstats
path: root/graphics/libGL/files/patch-src_mesa_drivers_dri_common_xmlpool_Makefile.in
blob: 4f2a84b8be9650b9b7fc1fb87d97162b333170a4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                   
--- src/mesa/drivers/dri/common/xmlpool/Makefile.in.orig    2013-07-02 22:42:09.000000000 +0200
+++ src/mesa/drivers/dri/common/xmlpool/Makefile.in 2013-07-02 22:53:30.000000000 +0200
@@ -639,7 +639,7 @@
 # Update .mo files from the corresponding .po files.
 %/LC_MESSAGES/options.mo: %.po
    @mo="$@"; \
-   lang=$${mo%%/*}; \
+   lang=$*; \
    echo "Updating ($$lang) $@ from $?."; \
    mkdir -p $$lang/LC_MESSAGES; \
    msgfmt -o $@ $?