projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4933a5
)
Avoid use of $* in Makefile since it's problematic
fbsd72-i386-build32
fc11-i386-build18
sid-i386-build86
author
John Darrington
<john@darrington.wattle.id.au>
Sat, 10 Oct 2009 07:43:13 +0000
(09:43 +0200)
committer
John 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
patch
|
blob
|
history
diff --git
a/po/automake.mk
b/po/automake.mk
index 56715e1ebdc8c8acb5834e56f28c2b2c893987a9..dbe86dc8a6efe242bbae6fb17882a8682ca8714e 100644
(file)
--- a/
po/automake.mk
+++ b/
po/automake.mk
@@
-23,7
+23,8
@@
$(POTFILE): $(TRANSLATABLE_FILES)
$(POFILES): $(POTFILE)
- $(MSGMERGE) $(top_srcdir)/$* $< -o $@
+ $(MSGMERGE) $(top_srcdir)/$@ $< -o $@
+
.po.gmo:
@$(MKDIR_P) `dirname $@`