mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Missed a number of Makefiles in directories two levels down.
This commit is contained in:
Vendored
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user