Change done to DONE for shared library rules
authorPaul Park <pjpark@mit.edu>
Fri, 23 Jun 1995 14:52:00 +0000 (14:52 +0000)
committerPaul Park <pjpark@mit.edu>
Fri, 23 Jun 1995 14:52:00 +0000 (14:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6142 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/Makefile.in

index a1d5fb53a4e77fdc60bd5a6c72d1ab7359845dd5..79d6fce9a23183dd57af94626299e9d4c9d294f9 100644 (file)
@@ -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  <hartmans@tardis.MIT.EDU>
 
        * 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.
index 264b92b4689d1af1b29861c7ceb4ec75bf3f89e3..7e40622f65ae1eced7087a6aede72fa8a6404110 100644 (file)
@@ -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)