Commit 27774650 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix the symlink generation

parent 805699e0
......@@ -316,7 +316,7 @@ nvlc: make-alias
noinst_SCRIPTS = vlc$(EXEEXT)
vlc$(EXEEXT): core
rm -f vlc
rm -f vlc$(EXEEXT)
ln -s src/vlc$(EXEEXT)
# rm -f -- vlc vlc.tmp
# echo '#! /bin/sh' > vlc.tmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment