Mon, 01 Sep 2003 23:09:12 +0000
[gaim-migrate @ 7207]
Tyop.
| plugins/perl/Makefile.am | file | annotate | diff | comparison | revisions |
--- a/plugins/perl/Makefile.am Mon Sep 01 23:07:34 2003 +0000 +++ b/plugins/perl/Makefile.am Mon Sep 01 23:09:12 2003 +0000 @@ -29,7 +29,7 @@ .libs/DynaLoader.a: @if [ ! -d .libs ]; then mkdir .libs; fi @rm -f .libs/DynaLoader.a - @if [ x$(DYNALOADER_H) = x ]; then \ + @if [ x$(DYNALOADER_A) = x ]; then \ touch .libs/DynaLoader.a; \ else \ $(LN_S) $(DYNALOADER_A) .libs/DynaLoader.a; \