Skip to content
Snippets Groups Projects
Commit 463bd8dc authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-11-03 16:30:53 by simonmar]

maintainer-clean should include distclean.
parent 97f5fc60
No related merge requests found
......@@ -1024,7 +1024,7 @@ distclean:: extraclean
maintainer-clean:: extraclean
@echo 'This command is intended for maintainers to use; it'
@echo 'deletes files that may need special tools to rebuild.'
rm -f $(MOSTLY_CLEAN_FILES) $(CLEAN_FILES) $(MAINTAINER_CLEAN_FILES)
rm -f $(MOSTLY_CLEAN_FILES) $(CLEAN_FILES) $(DIST_CLEAN_FILES) $(MAINTAINER_CLEAN_FILES)
#################################################################################
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment