On Tue, 02 Oct 2001, Gordon Matzigkeit wrote:
> cpus.h appears to be the only file that's being missed.
If you do 'make clean' it will be deletet because the
clean rule deletes all header files in the build directory.
I changed Makefile.in this way:
nr_headerfiles = config.h cpus.h
headerfiles = $(filter-out $(nr_headerfiles),$(wildcard *.h))
clean:
rm -f *.[oda] kernel
rm -f *.symc *.symc.o *_user.c *_server.c $(headerfiles)
rm -f *.migs_d *.migsh_d *.migu_d *.miguh_d
wagi
--
Daniel Wagner "use quit to exit"
email: [EMAIL PROTECTED]
GnuPG: 1024D/DCDE890A (public key available on any keyserver)
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd