summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-01-31 11:10:38 -0800
committerWayne Davison <wayne@opencoder.net>2021-01-31 11:10:38 -0800
commit83f7372369f5c884e9abf02f85879288876b28b0 (patch)
tree86890dac531e07b447150e5171751c6994a58176 /packaging
parent8c3de35b0b6c0e362ce7d33fd983dc828051ca12 (diff)
downloadrsync-83f7372369f5c884e9abf02f85879288876b28b0.tar.gz
A couple "make" tweaks.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/smart-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/smart-make b/packaging/smart-make
index 6f634d64..25aa1a35 100755
--- a/packaging/smart-make
+++ b/packaging/smart-make
@@ -4,7 +4,7 @@ set -e
export LANG=C
-make=`which gmake 2>/dev/null` || make=`which make 2>/dev/null`
+make=`which gmake 2>/dev/null` || make=make
branch=`packaging/prep-auto-dir`
if test x"$branch" = x; then