From 09f8694a76bc702f093602231b860f24fe5bcd6b Mon Sep 17 00:00:00 2001 From: Paul Park Date: Fri, 23 Jun 1995 14:52:00 +0000 Subject: [PATCH] Change done to DONE for shared library rules git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6142 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/ChangeLog | 5 +++++ src/util/et/Makefile.in | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index a1d5fb53a..79d6fce9a 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,8 @@ + +Fri Jun 23 10:50:14 EDT 1995 Paul Park (pjpark@mit.edu) + * Makefile.in - Change "./done" and "done" to DONE. Shared library + script requires "DONE". + Thu Jun 22 13:06:47 1995 Sam Hartman * Makefile.in Changed libcom_err.a to libcom_err.$(STEXT), removed rule to clean it up on Unix as aclocal.m4 already inserts the rule. If this breaks on Macs, please let me know how I should do this in the future. diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 264b92b46..7e40622f6 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -5,7 +5,7 @@ SED = sed ##DOSLIBNAME=comerr.lib ##DOS!include $(BUILDTOP)\config\windows.in -LIBDONE=./done +LIBDONE=DONE LIB_SUBDIRS=. INSTALLFILE = cp @@ -103,9 +103,9 @@ libcom_err.$(STEXT): $(LIBOBJS) $(ARCHIVE) $@ $(LIBOBJS) $(RANLIB) $@ -done:: $(LIBOBJS) - $(RM) done - echo $(LIBOBJS) >done +DONE:: $(LIBOBJS) + $(RM) DONE + echo $(LIBOBJS) >DONE clean-unix:: $(RM) $(LIBOBJS) -- 2.26.2