diff options
Diffstat (limited to 'sim/sh/Makefile.in')
-rw-r--r-- | sim/sh/Makefile.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index e79efd1..4c5b9ad 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -25,30 +25,9 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ table.o SIM_EXTRA_LIBS = -lm -SIM_EXTRA_CLEAN = sh-clean SIM_EXTRA_DEPS = table.c code.c ppi.c # Some modules don't build cleanly yet. interp.o: SIM_WERROR_CFLAGS = ## COMMON_POST_CONFIG_FRAG - -code.c: gencode - $(ECHO_GEN) ./gencode -x >code.c -# indent code.c - -table.c: gencode - $(ECHO_GEN) ./gencode -s >table.c -# indent table.c - -ppi.c: gencode - $(ECHO_GEN) ./gencode -p >ppi.c - -gencode.o: gencode.c - $(ECHO_CC) $(COMPILE_FOR_BUILD) -c $< -o $@ - -gencode: gencode.o - $(ECHO_CCLD) $(LINK_FOR_BUILD) $^ - -sh-clean: - rm -f gencode code.c table.c |