Module Name: krb5 Committed By: raeburn Date: Thu Dec 30 22:05:13 UTC 2004 Modified Files: krb5/src/config/ChangeLog krb5/src/config/post.in krb5/src/util/ChangeLog krb5/src/util/depfix.sed krb5/src/util/depgen.sed Added Files: Removed Files: Log Message Do the target object file name hacking in "make depend" earlier, before the line breaks are recomputed, instead of after. This will result in lots of whitespace changes in dependencies in directories that build library object files, but the final output is nicer (fewer long lines), and running "make depend" uses one fewer invocation of sed (balancing out the extra one I added in another checkin earlier today). * config/post.in (.depend): Don't do target name munging here. (.depfix2.sed): Pass extra value $(STLIBOBJS). * util/depfix.sed: Don't change foo.o to $(OUTPRE)foo.$(OBJEXT) here. * util/depgen.sed: Add new argument for STLIBOBJS. Do the OUTPRE/OBJEXT substitution here, and if STLIBOBJS is non-empty, add foo.so and foo.po while we're at it. To generate a diff of this commit: cvs diff -r5.234 -r5.235 krb5/src/config/ChangeLog cvs diff -r1.56 -r1.57 krb5/src/config/post.in cvs diff -r1.144 -r1.145 krb5/src/util/ChangeLog cvs diff -r1.16 -r1.17 krb5/src/util/depfix.sed cvs diff -r1.6 -r1.7 krb5/src/util/depgen.sed