diff options
Diffstat (limited to 'libaf')
-rw-r--r-- | libaf/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libaf/Makefile b/libaf/Makefile index e923f258af..6d58160786 100644 --- a/libaf/Makefile +++ b/libaf/Makefile @@ -70,9 +70,6 @@ distclean: clean dep depend: $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend -# -# include dependency files if they exist -# ifneq ($(wildcard .depend),) include .depend endif |