diff options
Diffstat (limited to 'sim/v850')
-rwxr-xr-x | sim/v850/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/v850/configure b/sim/v850/configure index cde87d3..0a330dc 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -1251,7 +1251,7 @@ clean: \$(SIM_EXTRA_CLEAN) distclean mostlyclean maintainer-clean realclean: clean rm -f TAGS rm -f Makefile config.cache config.log config.status - rm -f tconfig.h config.h stamp-h + rm -f tconfig.h config.h stamp-h targ-vals.def .c.o: \$(CC) -c \$(ALL_CFLAGS) \$< |