summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index a74e8678d1..f3e2c9a9a3 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -63,9 +63,6 @@ distclean: clean
dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif