Skip to content

Commit

Permalink
Remove config.* on distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 1, 2013
1 parent a72b32a commit ffef6aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ distclean: clean
@-find . ! -name configure.in -name \*.in -print | \
sed 's/\.in$$//' | \
while read file; do rm -f $$file; done
@-find src/modules -name config.mak | \
while read file; do rm -f $$file; done
@-find src/modules -name config.h | \
@-find src/modules -regex ".*config\.[^.]*" -print | \
while read file; do rm -f $$file; done

######################################################################
Expand Down

0 comments on commit ffef6aa

Please sign in to comment.