aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/db1-ast/Makefile2
-rw-r--r--main/stdtime/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile
index 4b9bb25d7..c9d29b369 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) *.s *.i
+ rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS) */*.s */*.i
ASTCFLAGS:=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno $(ASTCFLAGS)
diff --git a/main/stdtime/Makefile b/main/stdtime/Makefile
index cbe3c48f7..d4b7f0093 100644
--- a/main/stdtime/Makefile
+++ b/main/stdtime/Makefile
@@ -14,7 +14,7 @@ clean-depend:
rm -f .depend
clean: clean-depend
- rm -f libtime.a *.o test
+ rm -f libtime.a *.o test *.i
depend: .depend