Changed scsh/tc* refs to scsh/tty* refs in Makefile.in.

This commit is contained in:
shivers 1995-10-17 04:32:59 +00:00
parent 0ae16c8daa
commit 9f189dde81
1 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ SCSHOBJS = \
scsh/re.o \
scsh/rescm.o \
scsh/syscalls.o scsh/syscalls1.o \
scsh/tc.o scsh/tc1.o \
scsh/tty.o scsh/tty1.o \
scsh/time.o scsh/time1.o \
scsh/userinfo.o \
scsh/regexp/libregexp.a \
@ -541,7 +541,7 @@ SCHEME =scsh/defrec.scm \
scsh/syntax-helpers.scm \
scsh/syntax.scm \
scsh/syscalls.scm \
scsh/tc.scm \
scsh/tty.scm scsh/tty-consts.scm \
scsh/time.scm \
scsh/top.scm \
scsh/utilities.scm
@ -559,7 +559,7 @@ scsh/rdelim.c: scsh/rdelim.scm
scsh/re.c: scsh/re.scm
scsh/select.c: scsh/select.scm
scsh/syscalls.c: scsh/syscalls.scm
scsh/tc.c: scsh/tc.scm
scsh/tty.c: scsh/tty.scm
scsh/time.c: scsh/time.scm
scsh/scsh: scsh/scsh-tramp.c