summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-27 20:11:43 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-27 20:11:43 -0500
commit35428c37f6698306948557d681fa536c20f90557 (patch)
tree0d9c6229496cf360a2f8f5ff44626bb5dab7c3b2 /configure
parentfaa4adc9bb20a530e1195a9ee9b9cadeb07e96de (diff)
output standard $? instead of GNU $^ for ar command (side-benefit: far less verbose for minor changes)
Diffstat (limited to 'configure')
-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