Module: wine Branch: master Commit: 78f717bff2b22eb0477b0d146e47509c57860df9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=78f717bff2b22eb0477b0d146e...
Author: Rafał Mużyło galtgendo@gmail.com Date: Fri Nov 4 23:20:30 2011 +0100
configure: Fix a typo.
---
aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4 index 887fef9..e7767ad 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -220,7 +220,7 @@ $ac_dir/msg.pot: tools/wmc include" wine_fn_append_rule ALL_MAKEFILE_DEPENDS \ "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy @cd $ac_dir && $(MAKE) rsrc.pot -$ac_dir/srsrc.pot: tools/wrc include" +$ac_dir/rsrc.pot: tools/wrc include" fi }
diff --git a/configure b/configure index 9350761..9251e6f 100755 --- a/configure +++ b/configure @@ -14324,7 +14324,7 @@ $ac_dir/msg.pot: tools/wmc include" wine_fn_append_rule ALL_MAKEFILE_DEPENDS \ "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy @cd $ac_dir && $(MAKE) rsrc.pot -$ac_dir/srsrc.pot: tools/wrc include" +$ac_dir/rsrc.pot: tools/wrc include" fi }