From 33aa98f8379b6434d2b71e7e56e330cdd6ca7c5c Mon Sep 17 00:00:00 2001 From: Logan Johnson Date: Fri, 20 Dec 2002 16:35:40 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 66a798ecc..3e57fb8b9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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"