diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-06-15 09:25:23 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-06-15 09:25:23 +0000 |
| commit | 0bc096ed4b0eebcfcf599085af310df6fab50100 (patch) | |
| tree | 9ba6c0eba1463226714d1bf4f278cd638cc75aac /src/util/pty | |
| parent | 2ea32f3c3b4e16e6ad20c1d39da141d000323c0d (diff) | |
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty')
| -rw-r--r-- | src/util/pty/Makefile.in | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 6f8d8c771..2484a3866 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -119,30 +119,30 @@ $(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in # Makefile dependencies follow. This must be the last section in # the Makefile.in file # -pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c $(BUILDTOP)/include/com_err.h -cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c $(BUILDTOP)/include/com_err.h \ +pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c $(COM_ERR_DEPS) +cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c $(BUILDTOP)/include/com_err.h \ +getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): init_slave.c $(BUILDTOP)/include/com_err.h \ +init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): init_slave.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): open_ctty.c $(BUILDTOP)/include/com_err.h \ +open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): open_ctty.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): open_slave.c $(BUILDTOP)/include/com_err.h \ +open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): open_slave.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): update_utmp.c $(BUILDTOP)/include/com_err.h \ +update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): update_utmp.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): update_wtmp.c $(BUILDTOP)/include/com_err.h \ +update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): update_wtmp.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c $(BUILDTOP)/include/com_err.h \ +vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): void_assoc.c $(BUILDTOP)/include/com_err.h \ +void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): void_assoc.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c $(BUILDTOP)/include/com_err.h \ +logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c $(COM_ERR_DEPS) \ libpty.h pty-int.h pty_err.h -init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(BUILDTOP)/include/com_err.h \ - libpty.h pty-int.h pty_err.h -sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): sane_hostname.c $(BUILDTOP)/include/com_err.h \ +init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(COM_ERR_DEPS) libpty.h \ + pty-int.h pty_err.h +sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): sane_hostname.c $(COM_ERR_DEPS) \ pty-int.h pty_err.h libpty.h $(SRCTOP)/include/socket-utils.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/fake-addrinfo.h \ $(SRCTOP)/include/port-sockets.h |
