Commit f5e900be authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove legacy nice target

parent 3c7d7ead
...@@ -335,10 +335,6 @@ doc: ...@@ -335,10 +335,6 @@ doc:
.PHONY: libvlc core doc .PHONY: libvlc core doc
#To get some nice output
nice:
$(top_builddir)/compile
if HAVE_BEOS if HAVE_BEOS
noinst_DATA = vlc-bundle noinst_DATA = vlc-bundle
vlc-bundle: vlc vlc-bundle: vlc
......
...@@ -33,8 +33,3 @@ if MAINTAINER_MODE ...@@ -33,8 +33,3 @@ if MAINTAINER_MODE
$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf $(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf
cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir) cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)
endif endif
nice:
$(top_builddir)/compile
.PHONY: nice
...@@ -171,9 +171,6 @@ EXTRA_DIST += libvlc_win32_rc.rc.in ...@@ -171,9 +171,6 @@ EXTRA_DIST += libvlc_win32_rc.rc.in
# Building libvlc # Building libvlc
############################################################################### ###############################################################################
nice:
$(top_builddir)/compile
lib_LTLIBRARIES = libvlccore.la libvlc.la lib_LTLIBRARIES = libvlccore.la libvlc.la
AM_LDFLAGS = -no-undefined AM_LDFLAGS = -no-undefined
......
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