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
This commit is contained in:
jcalcote
2009-09-07 07:30:08 +00:00
parent a3072f8f68
commit 460b16826a

View File

@@ -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"; \