aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 22:12:16 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 22:12:16 +0000
commit240ced89150d29f43cf29fb896045becdf8fb5f7 (patch)
tree28facce7e4716a9eb00d75096cf842a3b86afa77 /main/db1-ast
parentb5b85fd23e2a710678dcd90961faf6c9ad71ea4e (diff)
clean up (and ignore) assembler and preprocessor intermediate files if any are created during the build
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@87463 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/db1-ast')
-rw-r--r--main/db1-ast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile
index 73ccbd605..4b9bb25d7 100644
--- a/main/db1-ast/Makefile
+++ b/main/db1-ast/Makefile
@@ -46,7 +46,7 @@ $(PROG): db_dump185.o $(LIBDBSO)
clean-depend:
clean:
- rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
+ rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS) *.s *.i
ASTCFLAGS:=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno $(ASTCFLAGS)