summaryrefslogtreecommitdiff
path: root/main/db1-ast
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-10-29 22:24:44 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-10-29 22:24:44 +0000
commita4b8ca220d98512e470c069b70e7b2289b4166ab (patch)
tree6138fc5c7220ec52871a624a0b576fca2528d636 /main/db1-ast
parent780a5c5945fe9c5b783de04e445ced422a07f774 (diff)
clean up assembler and preprocessor files if they are here too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/db1-ast')
-rw-r--r--main/db1-ast/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile
index 73ccbd605..56657f88f 100644
--- a/main/db1-ast/Makefile
+++ b/main/db1-ast/Makefile
@@ -47,6 +47,7 @@ clean-depend:
clean:
rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
+ rm -f *.s *.i
ASTCFLAGS:=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno $(ASTCFLAGS)