The v850 port used to have a gencode helper, but it was deleted long
ago.  Clean up the settings that no longer make sense w/out it.
 
 # List of extra dependencies.
 # Generally this consists of simulator specific files included by sim-main.h.
-SIM_EXTRA_DEPS = v850_sim.h sim-main.h simops.h itable.h
+SIM_EXTRA_DEPS = v850_sim.h sim-main.h
 
 # List of flags to always pass to $(CC)
 SIM_EXTRA_CFLAGS = \
-       -DDEBUG \
-       -I$(srcdir)/../../newlib/libc/sys/sysnecv850
-SIM_EXTRA_CLEAN = clean-extra
+       -DDEBUG
 
 NL_TARGET = -DNL_TARGET_v850
 
        $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-engine.c engine.c
        $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-irun.c irun.c
        $(SILENCE) touch $@
-
-clean-extra: clean-igen
-       rm -f table.c simops.h gencode