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:
parent
b74acb56f5
commit
33aa98f837
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue