Thanks. Is the following patch acceptable for checkin?
2001-10-02 Gordon Matzigkeit <gord@hugo> * Makefile.in (clean): Don't remove acconfig.h and cpus.h. From Daniel Wagner <[EMAIL PROTECTED]>. diff -u -r1.22.2.12 Makefile.in --- Makefile.in 2001/08/17 09:03:30 1.22.2.12 +++ Makefile.in 2001/10/02 22:17:18 @@ -231,9 +231,10 @@ all: kernel +gen_headers = $(filter-out acconfig.h cpus.h, $(wildcard *.h)) clean: rm -f *.[oda] kernel - rm -f *.symc *.symc.o *_user.c *_server.c *.h + rm -f *.symc *.symc.o *_user.c *_server.c $(gen_headers) rm -f *.migs_d *.migsh_d *.migu_d *.miguh_d distclean: clean -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://fig.org/gnu/) _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd