From 93e37a911f657e6e0b1f9b47a0761bb5fbf4ac35 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 24 Jul 2006 16:30:25 +0000 Subject: 2006-07-24 Thomas Schwinge * Makerules.in (%.h %_user.c): Add `%.cli.d' to the target list. Create these files by specifying `-MD' as a flag for mig and rename the resulting files as needed. Include these `*.cli.d' files instead of `*.migu.d' files. (%_interface.h %_server.c): Likewise for `%.srv.d' / `*.migs.d'. (%.migs.d, %.migu.d): Remove targets. * Makefile.in (clean): Adapt to the above. * i386/Makefile.in (clean): Likewise. --- i386/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386/Makefile.in') diff --git a/i386/Makefile.in b/i386/Makefile.in index 1a6f6e7..6fcd5c3 100644 --- a/i386/Makefile.in +++ b/i386/Makefile.in @@ -148,7 +148,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 *.migs.d *.migu.d + rm -f *.symc *.symc.o *_user.c *_server.c *.h *.cli.d *.srv.d distclean: clean $(MAKE) -C linux $@ -- cgit v1.2.3