From b92e91322c0b7a1a5a416b654c681e5fc15b305b Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 4 Mar 2006 20:24:19 +0000 Subject: [PATCH] Remove superfluous dep --- bootstrap | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index b870a9919f..58be428af2 100755 --- a/bootstrap +++ b/bootstrap @@ -1,11 +1,13 @@ #! /bin/sh ## bootstrap file for the VLC media player -## $Id$ ## ## Copyright (C) 2005-2006 the VideoLAN team ## -## Initial author: Sam Hocevar +## Authors: Sam Hocevar +## Rémi Denis-Courmont +## +## Muahaha! no annoying dollar I dee dollar that causes rebuild at commit if test "$#" != "0"; then echo "Usage: $0" @@ -413,7 +415,6 @@ lib${mod}_plugin_la_OBJCFLAGS = \`\$(VLC_CONFIG) --objcflags plugin ${mod}\` lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \\ -rpath '\$(libvlcdir)' -module -shrext \$(LIBEXT) lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) -lib${mod}_plugin_la_DEPENDENCIES = \$(LTLIBVLC) lib${mod}_pic_a_SOURCES = \$(SOURCES_${mod}) EOF -- 2.39.2