Ask that "make cleandepend" be run before "make depend", now that

we don't do this automatically.

Suggested by:	bde
This commit is contained in:
ru 2005-04-22 17:42:50 +00:00
parent 7818b6b6dd
commit 9911d38fb2

View File

@ -183,7 +183,7 @@ main(int argc, char **argv)
configfile(); /* put config file into kernel*/
cleanheaders(p);
printf("Kernel build directory is %s\n", p);
printf("Don't forget to do a ``make depend''\n");
printf("Don't forget to do ``make cleandepend; make depend''\n");
exit(0);
}