Corrected location of install-sh in Makefile.in to Tools/config/install-sh.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4214 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
33aa98f837
commit
977a5a3461
1 changed files with 2 additions and 2 deletions
|
|
@ -253,9 +253,9 @@ clean-%-gifplot:
|
|||
# TARGETS: install & friends
|
||||
#####################################################################
|
||||
|
||||
INSTALL = install-sh -c
|
||||
INSTALL = $(srcdir)/Tools/config/install-sh -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = $(srcdir)/${INSTALL} -m 755
|
||||
INSTALL_PROGRAM = ${INSTALL} -m 755
|
||||
MKINSTDIRS = $(srcdir)/Tools/config/mkinstalldirs
|
||||
|
||||
install: install-main install-lib install-runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue