Corrected location of mkinstalldirs in Runtime/Makefile.in to
Tools/config/mkinstalldirs. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4215 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
97b9d05360
commit
863b084f63
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ LIBS = libswigpl$(RELEASESUFFIX).la libswigpy$(RELEASESUFFIX).la \
|
|||
libswigguile$(RELEASESUFFIX).la libswigocaml$(RELEASESUFFIX).la
|
||||
LIB_DIR = $(exec_prefix)/lib
|
||||
|
||||
MKINSTDIRS = $(top_srcdir)/mkinstalldirs
|
||||
INSTALL = $(top_srcdir)/install-sh -c
|
||||
MKINSTDIRS = $(top_srcdir)/Tools/config/mkinstalldirs
|
||||
INSTALL = $(top_srcdir)/Tools/config/install-sh -c
|
||||
|
||||
all:
|
||||
-$(MAKE) perl5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue