summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 11:18:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 11:18:01 +0000
commitcf4bf03dc27fd6a499fd1e2b23bce2c1093ad2d1 (patch)
tree3263a3b5f2fd84f0cf16d5f6cca8065a8327954c /Gui
parentefdd1c240bfea0932ccd1375add2ca7b155e4107 (diff)
downloadmpv-cf4bf03dc27fd6a499fd1e2b23bce2c1093ad2d1.tar.bz2
mpv-cf4bf03dc27fd6a499fd1e2b23bce2c1093ad2d1.tar.xz
Unify dep/depend targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 4cc7365517..2ef1174f9b 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -70,18 +70,14 @@ clean:
wm/*.o wm/*~ \
win32/*.o win32/*~ \
-#dep: depend
-#
-#depend:
+#dep depend:
# makedepend -- $(CFLAGS) -- $(SRCS) &>/dev/null
#
distclean: clean
rm -f .depend
-dep: depend
-
-depend:
+dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#