aboutsummaryrefslogtreecommitdiffstats
path: root/astman
diff options
context:
space:
mode:
Diffstat (limited to 'astman')
-rwxr-xr-xastman/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/astman/Makefile b/astman/Makefile
index 7b9d20f6f..18d924057 100755
--- a/astman/Makefile
+++ b/astman/Makefile
@@ -21,7 +21,9 @@ clean:
astman: astman.o ../md5.o
$(CC) -o astman astman.o ../md5.o -lnewt
+ifneq ($(wildcard .depend),)
include .depend
+endif
depend: .depend