From d3bdd36e46a99b8aa3564bd1fa82a66db2e77768 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 19 Aug 2003 16:42:30 +0000 Subject: depend stuff git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1375 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- astman/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'astman') 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 -- cgit v1.2.3