From: Christophe Mutricy Date: Thu, 28 Feb 2008 19:56:45 +0000 (+0000) Subject: Fix the symlink generation X-Git-Tag: 0.9.0-test0~2440 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=27774650dde964c124e68fbc366f6c17a6c827ae;p=vlc Fix the symlink generation --- diff --git a/Makefile.am b/Makefile.am index 115d0994f3..06ccb7bc1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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