From 8dc109b26259669a7a76a25c7ca2a12827de5d07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 20 May 2007 08:12:54 +0000 Subject: [PATCH] Fix comment --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9e4123cc44..a5110e75cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -171,8 +171,7 @@ libvlc$(LIBEXT): $(libvlc_a_OBJECTS) $$ld $(libvlc_a_OBJECTS) \ $$ldfl # It sucks big time, but we have to do that to link vlc properly -# on non-PIC OSes, otherwise ld will favor builtins-less libvlc.a over -# libvlc$(LIBEXT) +# on non-PIC OSes, otherwise ld will favor libvlc.a over libvlc$(LIBEXT) rm -f libvlc.a # Cygwin libtool work-around @if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi -- 2.39.5