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

This commit is contained in:
Kurt Zeilenga 2002-02-10 22:54:02 +00:00
parent ce07fb958e
commit 83d9892bdc

View File

@ -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