gas/testsuite/
[deliverable/binutils-gdb.git] / gold / Makefile.am
index fd5870aefe92e874f8a9fe9f9c507b50023fffff..e706703303bb3f3b14b07f598289a1ab9835164c 100644 (file)
@@ -36,6 +36,7 @@ CCFILES = \
        copy-relocs.cc \
        cref.cc \
        defstd.cc \
+       descriptors.cc \
        dirsearch.cc \
        dynobj.cc \
        dwarf_reader.cc \
@@ -74,6 +75,7 @@ HFILES = \
        cref.h \
        defstd.h \
        dirsearch.h \
+       descriptors.h \
        dynobj.h \
        dwarf_reader.h \
        ehframe.h \
@@ -155,7 +157,7 @@ install-data-local: install-info
 POTFILES= $(CCFILES) $(HFILES) $(TARGETSOURCES)
 
 po/POTFILES.in: @MAINT@ Makefile
-       for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
+       for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
          && mv tmp $(srcdir)/po/POTFILES.in
 
 # Bootstrap test support.  We use ld-new to build ld1, then use ld1 to
This page took 0.026784 seconds and 4 git commands to generate.