From 863b084f63fb5aecf3d858e95932ca11919f78b3 Mon Sep 17 00:00:00 2001 From: Logan Johnson Date: Fri, 20 Dec 2002 16:42:01 +0000 Subject: [PATCH] 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 --- SWIG/Runtime/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SWIG/Runtime/Makefile.in b/SWIG/Runtime/Makefile.in index 54fe4c604..b5001d4b6 100644 --- a/SWIG/Runtime/Makefile.in +++ b/SWIG/Runtime/Makefile.in @@ -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