+
+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.
##DOSLIBNAME=comerr.lib
##DOS!include $(BUILDTOP)\config\windows.in
-LIBDONE=./done
+LIBDONE=DONE
LIB_SUBDIRS=.
INSTALLFILE = cp
$(ARCHIVE) $@ $(LIBOBJS)
$(RANLIB) $@
-done:: $(LIBOBJS)
- $(RM) done
- echo $(LIBOBJS) >done
+DONE:: $(LIBOBJS)
+ $(RM) DONE
+ echo $(LIBOBJS) >DONE
clean-unix::
$(RM) $(LIBOBJS)