diff options
Diffstat (limited to 'sim/cr16/Makefile.in')
-rw-r--r-- | sim/cr16/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in index 7468bf3..8a5deb9 100644 --- a/sim/cr16/Makefile.in +++ b/sim/cr16/Makefile.in @@ -48,7 +48,7 @@ cr16-opc.o: $(srcdir)/../../opcodes/cr16-opc.c $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(WARN_CFLAGS) -c $(srcdir)/../../opcodes/cr16-opc.c gencode: gencode.o cr16-opc.o - $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gencode gencode.o cr16-opc.o $(BUILD_LIB) + $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gencode gencode.o cr16-opc.o clean-extra: rm -f table.c simops.h gencode |