summaryrefslogtreecommitdiff
path: root/main
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
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')
-rw-r--r--main/db1-ast/Makefile1
-rw-r--r--main/editline/Makefile.in1
2 files changed, 2 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)
diff --git a/main/editline/Makefile.in b/main/editline/Makefile.in
index 1b4648617..f17cfd43a 100644
--- a/main/editline/Makefile.in
+++ b/main/editline/Makefile.in
@@ -177,6 +177,7 @@ clean :
rm -f $(BGCSRCS:.c=.o_a) $(CCSRCS:.c=.o_a)
rm -f $(BGCSRCS:.c=.o_s) $(CCSRCS:.c=.o_s)
rm -f $(TCSRCS:.c=.o) $(TEST)
+ rm -f *.s *.i
distclean : clean
rm -f config.cache config.log config.status config.h Makefile