aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 22:24:44 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 22:24:44 +0000
commit5aafb5a5e409cc29b85acd3eb178b153b351f528 (patch)
tree6138fc5c7220ec52871a624a0b576fca2528d636 /main/db1-ast
parentde04a59313b153d1d01688e6a48ae8c5fd78dadd (diff)
clean up assembler and preprocessor files if they are here too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87467 f38db490-d61c-443f-a65b-d21fe96a405b
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)