summaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-06-04 06:56:53 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-06-04 06:56:53 +0000
commite68bacaca51e7be607a2db2242bf804bfd97cab6 (patch)
tree799b639254b4ced9f24cd090df7d327addafbe8c /binutils/Makefile.in
parent8edcdd92470259da70ad7774a8825e5241e8c92a (diff)
downloadbinutils-redhat-e68bacaca51e7be607a2db2242bf804bfd97cab6.tar.gz
* dep-in.sed: Don't use \n in replacement part of s command.
* Makefile.am (DEP1): LC_ALL for uniq. Run "make dep-am". * Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index ba7790c190..d001448349 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -1186,7 +1186,8 @@ DEP1: $(CFILES) $(GENERATED_CFILES)
for f in $?; do \
$(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
sed -n -e '1s/: .*/: \\/p' -e q < DEPA >> DEP2; \
- sed -e '1s/.*: //' -f dep.sed < DEPA | LC_ALL=C sort | uniq | \
+ sed -e '1s/.*: //' -f dep.sed < DEPA | \
+ LC_ALL=C sort | LC_ALL=C uniq | \
sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
done
rm -f DEPA
@@ -1264,6 +1265,7 @@ addr2line.o: \
ar.o: \
ar.c \
$(BFDDIR)/libbfd.h \
+ $(BFDDIR)/plugin.h \
$(INCDIR)/alloca-conf.h \
$(INCDIR)/ansidecl.h \
$(INCDIR)/aout/ar.h \
@@ -1532,6 +1534,7 @@ nlmconv.o: \
nm.o: \
nm.c \
$(BFDDIR)/elf-bfd.h \
+ $(BFDDIR)/plugin.h \
$(INCDIR)/alloca-conf.h \
$(INCDIR)/ansidecl.h \
$(INCDIR)/aout/ranlib.h \