Skip to content

Commit

Permalink
* Makefile.in: nuke the libcom_err.a.bak stuff
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3966 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Jul 14, 1994
1 parent 02d01ed commit 9e6b936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/util/et/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Jul 13 23:19:34 1994 Tom Yu (tlyu at dragons-lair)

* Makefile.in: nuke the libcom_err.a.bak stuff

Sun Jul 3 07:48:04 1994 Tom Yu (tlyu at dragons-lair)

* Makefile.in: cleaning up to not spew ignored errors
Expand Down
1 change: 0 additions & 1 deletion src/util/et/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ install:: compile_et.1
all:: libcom_err.a

libcom_err.a: $(LIBOBJS)
if test -f $@; then $(RM) $@.bak; $(MV) $@ $@.bak; else :; fi;
$(ARCHIVE) $@ $(LIBOBJS)
$(RANLIB) $@

Expand Down

0 comments on commit 9e6b936

Please sign in to comment.