mkdir_p = $(top_builddir)/./install-sh -c -d
but top_builddir is not set. There is a variable called top_srcdir. Perhaps that is one that is intended.
Thank you, Perry
mkdir_p = $(top_builddir)/./install-sh -c -d
but top_builddir is not set. There is a variable called top_srcdir. Perhaps that is one that is intended.
Thank you, Perry