summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 17:14:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 17:14:31 +0000
commitd487e055fd2dd5cdf79d18366372da51352dd8cd (patch)
treef03933c2044a6cc0de1fb106d96f4a66ab7b2557 /Gui
parent377db6bc69af00e0db9a672e2fde28ad8c1974ed (diff)
downloadmpv-d487e055fd2dd5cdf79d18366372da51352dd8cd.tar.bz2
mpv-d487e055fd2dd5cdf79d18366372da51352dd8cd.tar.xz
Remove commented-out cruft.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21232 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index ce40fd9142..3526449274 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -53,8 +53,6 @@ OBJS = $(SRCS:.c=.o)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-### TARGETS ###
-
$(LIBNAME): $(OBJS)
rm -f $(LIBNAME)
$(AR) rc $(LIBNAME) $(OBJS) $(MPLAYEROBJS)
@@ -70,10 +68,6 @@ clean:
wm/*.o wm/*~ \
win32/*.o win32/*~ \
-#dep depend:
-# makedepend -- $(CFLAGS) -- $(SRCS) &>/dev/null
-#
-
distclean: clean
rm -f .depend