From 8032e6cb0c86fc292c44f3d4919a4a92e92f295e Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 14 Nov 2018 17:05:31 -0800 Subject: [PATCH] Makefile: Update mrproper rules. --- Makefile.am | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index e5f83c396..f48e1710b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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