summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-04-02 10:48:52 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:36 +0200
commit3fbe209ddf160e77aa8d4f1cb769c8780510b417 (patch)
tree4208a352f159c26ed2eb9f56a6b701823a078fa9 /i386
parentd8525b1bbce4f0841ee2364789ab246877eabb32 (diff)
2006-04-02 Thomas Schwinge <tschwinge@gnu.org>
* 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.
Diffstat (limited to 'i386')
-rw-r--r--i386/Makefile.in3
1 files changed, 1 insertions, 2 deletions
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 $@