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