Missed a number of Makefiles in directories two levels down.

This commit is contained in:
Tim Edwards
2020-01-28 13:10:31 -05:00
parent 4c5f027104
commit da7cc2096d
7 changed files with 37 additions and 36 deletions
+4 -4
View File
@@ -640,7 +640,7 @@ gr_dflags
gr_cflags
rl_libs
rl_defs
dist_prefix
DIST_DIR
cadinstall
programs
unused
@@ -6143,15 +6143,15 @@ fi
# place that is a temporary staging area, like DESTDIR, but unlike DESTDIR,
# the prefix is replaced by the destination directory, rather than appended
# to it.
dist_prefix="\${exec_prefix}"
DIST_DIR="\${exec_prefix}"
# Check whether --with-distdir was given.
if test "${with_distdir+set}" = set; then :
withval=$with_distdir;
if test "$withval" = "no" -o "$withval" = "NO" ; then
dist_prefix="\${exec_prefix}"
DIST_DIR="\${exec_prefix}"
else
dist_prefix=$arg
DIST_DIR=${withval}
fi
fi