From a1d7593761e8cff497a74a021ab33c9382fbfeef Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 3 May 2007 15:49:59 +0000 Subject: STR #1632: restored files to the original settings. I a no expert with build files, so I will leave this to someone who can fix this right. Matthias. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5800 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index f2d2e9a8f..a5a5875e3 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -40,7 +40,6 @@ VPATH = @srcdir@ # programs we use... HTMLDOC = @HTMLDOC@ INSTALL = @INSTALL@ -MKDIRR = ../mkinstalldirs LN = ln -s NROFF = @NROFF@ RM = rm -f @@ -115,7 +114,7 @@ CAT6EXT = @CAT6EXT@ INSTALL_BIN = $(INSTALL) -m 755 INSTALL_DATA = $(INSTALL) -m 644 -INSTALL_DIR = $(MKDIRR) +INSTALL_DIR = $(INSTALL) -d INSTALL_LIB = $(INSTALL) -m 755 INSTALL_MAN = $(INSTALL) -m 644 INSTALL_SCRIPT = $(INSTALL) -m 755 -- cgit v1.2.3