diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 3 | ||||
| -rw-r--r-- | src/config/post.in | 4 | ||||
| -rw-r--r-- | src/util/ChangeLog | 3 | ||||
| -rw-r--r-- | src/util/depfix.pl (renamed from src/util/depfix2.pl) | 0 |
4 files changed, 6 insertions, 4 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 1faba7cdb..43609e070 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,6 +1,7 @@ 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 diff --git a/src/config/post.in b/src/config/post.in index 76cf59910..1811a8d23 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -82,9 +82,9 @@ depend-dependencies: # 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 diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 3f1f287d3..0ed9ca291 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,6 +1,7 @@ 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> diff --git a/src/util/depfix2.pl b/src/util/depfix.pl index b17bf9fc2..b17bf9fc2 100644 --- a/src/util/depfix2.pl +++ b/src/util/depfix.pl |
