From 3fbe209ddf160e77aa8d4f1cb769c8780510b417 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 2 Apr 2006 10:48:52 +0000 Subject: 2006-04-02 Thomas Schwinge * Makerules.in (%_user.c, %_server.c): Those are `.PRECIOUS'. (%.migs.d, %.migu.d): New targets. (%.migs_d, %.migu_d, %.migsh_d, %.miguh_d): Remove targets. Adopt the `include's to the renamed targets. * Makefile.in (clean): Adopt to the renamed targets. * i386/Makefile.in (clean): Likewise. --- i386/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'i386/Makefile.in') diff --git a/i386/Makefile.in b/i386/Makefile.in index 8a87dae..8214560 100644 --- a/i386/Makefile.in +++ b/i386/Makefile.in @@ -149,8 +149,7 @@ clean: $(MAKE) -C linux $@ rm -f sysdep.a rm -f $(objfiles) $(subst .o,.d,$(objfiles)) - rm -f *.symc *.symc.o *_user.c *_server.c *.h - rm -f *.migs_d *.migsh_d *.migu_d *.miguh_d + rm -f *.symc *.symc.o *_user.c *_server.c *.h *.migs.d *.migu.d distclean: clean $(MAKE) -C linux $@ -- cgit v1.2.3