]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - po/Makefile
po/Makefile: Modern shell scripting (use $() instead of ``)
[thirdparty/qemu.git] / po / Makefile
index e47e262ee668ef728651a323889e8dcdf0e8d8cc..c041f4c858ee26866d2a20e67e200fd5e79b4e3b 100644 (file)
@@ -36,7 +36,7 @@ clean:
 
 install: $(OBJS)
        for obj in $(OBJS); do \
-           base=`basename $$obj .mo`; \
+           base=$$(basename $$obj .mo); \
            $(INSTALL) -d $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES; \
            $(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/qemu.mo; \
        done