Clean the generated headers for C too
This fixes a check-maintainer-clean problem.
This commit is contained in:
parent
5bbaecfb81
commit
e1815634ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1403,7 +1403,7 @@ c_version:
|
|||
# -----------------------------------------------------------------
|
||||
|
||||
c_clean:
|
||||
rm -f *_wrap.c *_wrap.cxx
|
||||
rm -f *_wrap.[ch] *_wrap.cxx
|
||||
rm -f core @EXTRA_CLEAN@
|
||||
rm -f *.@OBJEXT@ *@SO@
|
||||
rm -f $(RUNME)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue