mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
Second aproach at solving the 'install -d' issue. I added a public domain script that supposedly solves the issue on every box. I also looke at 'install-sh', but found a bazillion of versions, doing so much more than we actually need. But I am open to sugestions, and happy to reverse my changes if something better comes along.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5799 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ VPATH = @srcdir@
|
||||
# programs we use...
|
||||
HTMLDOC = @HTMLDOC@
|
||||
INSTALL = @INSTALL@
|
||||
MKDIRR = @MKDIRR@
|
||||
MKDIRR = ../mkinstalldirs
|
||||
LN = ln -s
|
||||
NROFF = @NROFF@
|
||||
RM = rm -f
|
||||
|
||||
Reference in New Issue
Block a user