Skip to content

Commit

Permalink
Makefile: Update mrproper rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevolk committed Nov 15, 2018
1 parent 9222de0 commit 8032e6c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ mrproper-local:
rm -f install-sh
rm -f libtool
rm -f missing
rm -f ylwrap
rm -f */Makefile
rm -f */Makefile.in
rm -f include/*/Makefile
rm -f include/*/Makefile.in
rm -rf */.deps
rm -f Makefile
rm -f Makefile.in
rm -f m4/argz.m4
rm -f m4/libtool.m4
rm -f m4/ltargz.m4
rm -f m4/ltoptions.m4
rm -f m4/ltsugar.m4
rm -f m4/ltversion.m4
rm -f m4/lt~obsolete.m4
rm -f tools/m4/argz.m4
rm -f tools/m4/libtool.m4
rm -f tools/m4/ltargz.m4
rm -f tools/m4/ltoptions.m4
rm -f tools/m4/ltsugar.m4
rm -f tools/m4/ltversion.m4
rm -f tools/m4/lt~obsolete.m4

0 comments on commit 8032e6c

Please sign in to comment.