2005-10-27 Ken Raeburn <raeburn@mit.edu>
- * post.in (.depend): Don't run sed, just use perl.
+ * post.in (.depend): Don't run sed, just use perl. Use new name
+ of perl script.
* shlib.conf: Set DYNOBJ_EXPDEPS and DYNOBJ_EXPFLAGS.
(*-*-darwin*): Change MAKE_DYNOBJ_COMMAND definition to use
# NOTE: This will also generate spurious $(OUTPRE) and $(OBJEXT)
# references in rules for non-library objects in a directory where
# library objects happen to be built. It's mostly harmless.
-.depend: .d $(SRCTOP)/util/depfix.sed $(SRCTOP)/util/depfix2.pl
+.depend: .d $(SRCTOP)/util/depfix.sed $(SRCTOP)/util/depfix.pl
x=`$(CC) -print-libgcc-file-name` ; \
- perl $(SRCTOP)/util/depfix2.pl \
+ perl $(SRCTOP)/util/depfix.pl \
'$(SRCTOP)' '$(myfulldir)' '$(srcdir)' '$(BUILDTOP)' "$$x" '$(STLIBOBJS)' \
< .d > .depend
2005-10-27 Ken Raeburn <raeburn@mit.edu>
- * depfix2.pl: Incorporate all substitutions from depfix.sed.
+ * depfix.pl: Rename from depfix2.pl, and incorporate all
+ substitutions from depfix.sed.
* depfix.sed: Deleted.
2005-10-25 Tom Yu <tlyu@mit.edu>