Corrected location of mkinstalldirs script in Makefile.in to Tools/config.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4213 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2002-12-20 16:35:40 +00:00
commit 33aa98f837

View file

@ -256,7 +256,7 @@ clean-%-gifplot:
INSTALL = install-sh -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = $(srcdir)/${INSTALL} -m 755
MKINSTDIRS = $(srcdir)/mkinstalldirs
MKINSTDIRS = $(srcdir)/Tools/config/mkinstalldirs
install: install-main install-lib install-runtime
@echo "Installation complete"