sim: drop targ-vals.def->nltvals.def indirection
[deliverable/binutils-gdb.git] / sim / common / Make-common.in
index 458bf4bf5ad64ad6d48d9a676620ed20d215696b..72b095a964e596d2d1477b5a0dda897d9afd5fa2 100644 (file)
@@ -293,7 +293,7 @@ run$(EXEEXT): $(SIM_RUN_OBJS) libsim.a $(LIBDEPS)
 # devo/libremote because this directory would contain more than just
 # a library).
 
-gentmap: Makefile $(srccom)/gentmap.c targ-vals.def
+gentmap: Makefile $(srccom)/gentmap.c $(srccom)/nltvals.def
        $(CC_FOR_BUILD) $(srccom)/gentmap.c -o gentmap $(BUILD_CFLAGS) $(NL_TARGET)
 
 targ-vals.h targ-map.c: stamp-tvals
@@ -526,7 +526,6 @@ distclean mostlyclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
        rm -f TAGS
        rm -f Makefile config.cache config.log config.status .gdbinit
        rm -f config.h stamp-h
-       rm -f targ-vals.def
 
 .c.o:
        $(COMPILE) $<
This page took 0.025962 seconds and 4 git commands to generate.