summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ac387ba4..cd632b88 100755
--- a/configure
+++ b/configure
@@ -177,7 +177,7 @@ for lib in $(ls $(dirname $0)/.deps/lib* | sed -e 's#^.*/\(lib.*\)\..*$#\1#g' |
fi
done
- printf '\n\t$(AR) $(ARFLAGS) $@ $^\n\n'
+ printf '\n\t$(AR) $(ARFLAGS) $@ $?\n\n'
done >> .build.mk
printf 'all:' >> .build.mk