]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-11-06 Richard Sandiford <rsandifo@redhat.com>
authorChris Demetriou <cgd@google.com>
Wed, 6 Nov 2002 18:40:25 +0000 (18:40 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 6 Nov 2002 18:40:25 +0000 (18:40 +0000)
        * Make-common.in (SIM_EXTRA_DISTCLEAN): New macro.
        (distclean): Depend on it.

sim/common/ChangeLog
sim/common/Make-common.in

index eb38a7bf9443a98726bbf81787ead30d400076cd..ac0c4dfe4ef77b01e661ae61a05498888c23f599 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-06  Richard Sandiford  <rsandifo@redhat.com>
+
+       * Make-common.in (SIM_EXTRA_DISTCLEAN): New macro.
+       (distclean): Depend on it.
+
 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
 
        * cgen-trace.h: Test __BFD_H_SEEN__ rather than BFD_VERSION.
index 1f29f6a13f6d6844807e23e553e2a9a54dc0e717..e3e12395c6ecfb009af2f5fae88e5a861e484f12 100644 (file)
@@ -134,6 +134,8 @@ SIM_EXTRA_ALL =
 SIM_EXTRA_INSTALL =
 # Dependency of `clean' to clean any extra files.
 SIM_EXTRA_CLEAN =
+# Likewise `distclean'
+SIM_EXTRA_DISTCLEAN =
 
 # Every time a new general purpose source file was added every target's
 # Makefile.in needed to be updated to include the file in SIM_OBJS.
@@ -622,7 +624,7 @@ clean: $(SIM_EXTRA_CLEAN)
        fi
        rm -f tmp-mloop.hin tmp-mloop.h tmp-mloop.cin tmp-mloop.c
 
-distclean mostlyclean maintainer-clean realclean: clean
+distclean mostlyclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
        rm -f TAGS
        rm -f Makefile config.cache config.log config.status .gdbinit
        rm -f tconfig.h config.h stamp-h