blob: 59cc1887f5c6f694b57625faa38f5f1fcdaa0d08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- knotes/Makefile.in.orig Sun Nov 23 13:12:10 1997
+++ knotes/Makefile.in Mon Dec 29 04:34:05 1997
@@ -2,2 +2,4 @@
+SHELL=/bin/sh
+
# this variables are needed for rpath support
@@ -20,3 +22,3 @@
INSTALL_DATA = $(install) -m 0644
-INSTALL_DIR = $(install) -d -m 0755
+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs
|