summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu')
-rw-r--r--libmenu/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 3c50a754ff..8d6df80695 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -38,9 +38,7 @@ clean:
distclean: clean
rm -f .depend
-dep: depend
-
-depend:
+dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#