Index: Makefile =================================================================== --- Makefile (revision 5807) +++ Makefile (revision 5808) @@ -93,5 +93,8 @@ cquote: cquote.c clean: - rm $(OBJS) $(DEFAULT_MAIN_OBJS) configure revtest revtest.o + -rm $(OBJS) $(DEFAULT_MAIN_OBJS) configure revtest revtest.o cquote core +distclean: + -rm ../config.h config.cache config.log Rev.stamp + -$(MAKE) clean \ No newline at end of file