All ports that need to clean things up at distclean time have moved
to the top-level build, so we can drop support for this hook.
 SIM_RUN_OBJS = nrun.o
 # 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.
                modules.c stamp-modules \
                tmp-mloop.hin tmp-mloop.h tmp-mloop.cin tmp-mloop.c
 
-distclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
-       rm -f TAGS
-       rm -f Makefile config.cache config.log config.status
+distclean maintainer-clean realclean: clean
+       rm -f TAGS Makefile
 
 .c.o:
        $(COMPILE) $<