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:
@@ -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"; \
|
||||
|
||||
Reference in New Issue
Block a user