diff options
| author | Paul Park <pjpark@mit.edu> | 1995-06-23 14:52:00 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-06-23 14:52:00 +0000 |
| commit | 09f8694a76bc702f093602231b860f24fe5bcd6b (patch) | |
| tree | 1dca6f0126277394d9811ae629f4a2e7bc97bf49 /src | |
| parent | b6960f416b5e15ea8c8333cf8ad702b3d5736884 (diff) | |
| download | krb5-09f8694a76bc702f093602231b860f24fe5bcd6b.tar.gz krb5-09f8694a76bc702f093602231b860f24fe5bcd6b.tar.xz krb5-09f8694a76bc702f093602231b860f24fe5bcd6b.zip | |
Change done to DONE for shared library rules
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6142 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/et/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 a1d5fb53a4..79d6fce9a2 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 <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. diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 264b92b468..7e40622f65 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) |
