From 460b16826a45ee78b9f3946396188a2d985682ee Mon Sep 17 00:00:00 2001 From: jcalcote Date: Mon, 7 Sep 2009 07:30:08 +0000 Subject: [PATCH] xflaim_csharp.dll command; list 1 was built incorrectly. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1111 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- xflaim/src/cs/wrapper/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xflaim/src/cs/wrapper/Makefile.am b/xflaim/src/cs/wrapper/Makefile.am index 119e889..b033f60 100644 --- a/xflaim/src/cs/wrapper/Makefile.am +++ b/xflaim/src/cs/wrapper/Makefile.am @@ -67,7 +67,7 @@ uninstall-local: rm -f "$(DESTDIR)$(docdir)/xflaim_csharp.xml" xflaim_csharp.dll: $(xfcs_sources) - @list1='$?'; list2=; if test -n "$$list1"; then \ + @list1='$(xfcs_sources)'; list2=; if test -n "$$list1"; then \ for p in $$list1; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ list2="$$list2 $$d$$p"; \