From: RĂ©mi Denis-Courmont Date: Sun, 14 Feb 2010 20:25:05 +0000 (+0200) Subject: Remove legacy nice target X-Git-Tag: 1.1.0-ff~17 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f5e900bebbc632f36190edd5cdd71273e669abff;p=vlc Remove legacy nice target --- diff --git a/Makefile.am b/Makefile.am index f89518c297..0823621448 100644 --- a/Makefile.am +++ b/Makefile.am @@ -335,10 +335,6 @@ doc: .PHONY: libvlc core doc -#To get some nice output -nice: - $(top_builddir)/compile - if HAVE_BEOS noinst_DATA = vlc-bundle vlc-bundle: vlc diff --git a/modules/common.am b/modules/common.am index 4eaeb42bd1..b83cb1b199 100644 --- a/modules/common.am +++ b/modules/common.am @@ -33,8 +33,3 @@ if MAINTAINER_MODE $(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir) endif - -nice: - $(top_builddir)/compile - -.PHONY: nice diff --git a/src/Makefile.am b/src/Makefile.am index 05e3f141f7..15e5515c04 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -171,9 +171,6 @@ EXTRA_DIST += libvlc_win32_rc.rc.in # Building libvlc ############################################################################### -nice: - $(top_builddir)/compile - lib_LTLIBRARIES = libvlccore.la libvlc.la AM_LDFLAGS = -no-undefined