bfd/
[deliverable/binutils-gdb.git] / gprof / Makefile.am
index a2a42177a2779263b4b90bd953a0132c9d01129f..12d794beedb9cd31e8e4828fd18d603cdbb5319a 100644 (file)
@@ -194,7 +194,8 @@ DEP1: $(gprof_SOURCES)
        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
This page took 0.025422 seconds and 4 git commands to generate.