diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/post.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/post.in b/src/config/post.in index c59360059..3439d92a7 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -139,8 +139,9 @@ check-pytests:: clean:: clean-$(WHAT) clean-unix:: - $(RM) $(OBJS) $(DEPTARGETS_CLEAN) $(EXTRA_FILES) et-[ch]-*.et et-[ch]-*.[ch] - -$(RM) -r $(top_srcdir)/autom4te.cache + $(RM) $(OBJS) $(DEPTARGETS_CLEAN) $(EXTRA_FILES) + $(RM) et-[ch]-*.et et-[ch]-*.[ch] testlog + -$(RM) -r $(top_srcdir)/autom4te.cache testdir clean-windows:: $(RM) *.$(OBJEXT) |
