Skip to content
Snippets Groups Projects
Commit 83d9892b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

shtool mkln -s doesn't work like ln -s. Revert for now.

parent ce07fb95
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ DATE = date
HOSTNAME = $(SHTOOL) echo -e "%h%d"
LN = $(SHTOOL) mkln
LN_H = $(SHTOOL) mkln -f
LN_S = $(SHTOOL) mkln -f -s
LN_S = @LN_S@
MAKEINFO = @MAKEINFO@
MKDIR = $(SHTOOL) mkdir -p
MV = mv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment