From ec3e2b38c53c582526a008d409b3232f95e951d1 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 9 Dec 2009 15:59:38 -0500 Subject: [PATCH] fixed maintainer-clean (to also distclean) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9779ab2..4e20fbb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,7 +124,7 @@ clean: program-clean distclean: clean rm -f Makefile config.h config.log config.status -maintainer-clean: program-clean +maintainer-clean: distclean @echo 'This command is intended for maintainers to use; it' @echo 'deletes files that may need special tools to rebuild.' rm -f $(graphics) font_guts font_guts.pov -- 1.7.10.4