Use $(LN_S)

This commit is contained in:
hpa 2001-11-27 10:18:11 +00:00
parent 98d7543721
commit 1a41c6ae7c
3 changed files with 10 additions and 5 deletions

View file

@ -35,6 +35,9 @@ X = @EXEEXT@
# Install into alternate root area, e.g. for package generation
INSTALLROOT =
# Link
LN_S = @LN_S@
# Install program
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@