From: Theodore Tso Date: Tue, 17 Aug 1993 20:10:05 +0000 (+0000) Subject: Part of library directory reorg... the DONE file contains the list of X-Git-Tag: krb5-1.0-beta3~202 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bcc6d87ecc0a9af1abc67134d3225c3201879b9c;p=krb5.git Part of library directory reorg... the DONE file contains the list of object files to be included in the library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2636 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/Imake.rules b/src/config/Imake.rules index 8ea815bb1..d5a5184ad 100644 --- a/src/config/Imake.rules +++ b/src/config/Imake.rules @@ -926,7 +926,7 @@ Concat(lib,libname.a): deplist @@\ all:: DONE @@\ @@\ DONE: objlist @@\ - touch $@ @@\ + echo objlist > $@ @@\ @@\ clean:: @@\ $(RM) DONE