Make distclean remove some extra files/dirs generated by autoconf,

and some Darwin test programs generated by configure.
Note - Ideally it would also remove configure?
This commit is contained in:
nigel 2004-01-20 03:30:52 +00:00
parent d09df6d1fa
commit 3d4961887c

View File

@ -91,8 +91,10 @@ clean: mostlyclean
distclean: clean
rm -rf $(OBJ_DIR)
rm -rf autom4te.cache
rm -f Makefile
rm -f config.cache config.log config.status config.h
rm -f config.cache config.log config.status config.h config.h.in
rm -f Darwin/lowmem Darwin/pagezero
depend dep:
makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null