diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-07-24 16:30:25 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:38 +0200 |
commit | 93e37a911f657e6e0b1f9b47a0761bb5fbf4ac35 (patch) | |
tree | 7f56142ca68fd4eb28d80afd2f602da5209b7f5c /Makefile.in | |
parent | aea8ac0d99eef1e71127b6b397ce67f394feb649 (diff) |
2006-07-24 Thomas Schwinge <tschwinge@gnu.org>
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 575305a..1217b28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -248,7 +248,7 @@ clean: rm -f clib-routines.o kernel.o kernel-undef kernel-undef-bad rm -f kernel kernel.gz kernel.stripped kernel.stripped.gz 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 $(systype) $@ |