summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/Makefile')
-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
#