Avoid use of $* in Makefile since it's problematic fbsd72-i386-build32 fc11-i386-build18 sid-i386-build86
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 10 Oct 2009 07:43:13 +0000 (09:43 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 10 Oct 2009 07:43:13 +0000 (09:43 +0200)
Thanks to Ben Pfaff for reporting this.

po/automake.mk

index 56715e1ebdc8c8acb5834e56f28c2b2c893987a9..dbe86dc8a6efe242bbae6fb17882a8682ca8714e 100644 (file)
@@ -23,7 +23,8 @@ $(POTFILE): $(TRANSLATABLE_FILES)
 
 
 $(POFILES): $(POTFILE)
-       $(MSGMERGE) $(top_srcdir)/$* $< -o $@
+       $(MSGMERGE) $(top_srcdir)/$@ $< -o $@
+
 
 .po.gmo:
        @$(MKDIR_P) `dirname $@`