diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-06-17 01:56:34 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-06-17 01:56:34 +0000 |
| commit | afdac6dd3ef554c23ecd34dff89c2e13588051de (patch) | |
| tree | bdf12eb18cb80438891b9d2c44ce0609a9d5a65d /src/util/pty | |
| parent | 0290a9550dccd9c5f6ab8a85eea944e824890a4d (diff) | |
Purge make targets and variables (and a few files) relating to the old,
unmaintained Mac OS 9 (and earlier) support.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16473 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty')
| -rw-r--r-- | src/util/pty/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/pty/Makefile.in | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index bcca22493..1610b797b 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,7 @@ +2004-06-16 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (clean-mac): Target deleted. + 2004-06-11 Ken Raeburn <raeburn@mit.edu> * pty-int.h (_AIX && _THREAD_SAFE): Undefine _THREAD_SAFE. diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 0f179cfc0..81f7192e3 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -70,12 +70,6 @@ depend:: pty_err.h #install:: libpty.h # $(INSTALL_DATA) $(srcdir)/libpty.h $(DESTDIR)$(KRB5_INCDIR)/libpty.h -clean-mac:: - $(RM) libpty.a - $(RM) $(LIBOBJS) - -## - includes:: libpty.h if cmp $(srcdir)/libpty.h \ $(BUILDTOP)/include/libpty.h >/dev/null 2>&1; then :; \ @@ -94,8 +88,6 @@ clean-unix:: clean-unix:: clean-liblinks clean-libs clean-libobjs clean-files -clean-mac:: clean-files - clean-files:: rm -f *~ \#* *.bak \ *.otl *.aux *.toc *.PS *.dvi *.x9700 *.ps \ |
