diff options
Diffstat (limited to 'sim/erc32/Makefile.in')
-rw-r--r-- | sim/erc32/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index a60cd8a..4e39549 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -22,6 +22,7 @@ TERMCAP_LIB = @TERMCAP@ READLINE_LIB = @READLINE@ SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o +SIM_RUN_OBJS = sis.o SIM_EXTRA_LIBS = $(READLINE_LIB) $(TERMCAP_LIB) -lm SIM_EXTRA_ALL = sis SIM_EXTRA_INSTALL = install-sis |