0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-17 10:23:46 +02:00

Makefile: Update mrproper rules.

This commit is contained in:
Jason Volk 2018-11-14 17:05:31 -08:00
parent 9222de0b34
commit 8032e6cb0c

View file

@ -22,7 +22,6 @@ 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
@ -30,10 +29,10 @@ mrproper-local:
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