gas/testsuite/
[deliverable/binutils-gdb.git] / gold / Makefile.am
index 3d1b82a04fbc3cdcd8866d44a6baf93ddef819c5..e706703303bb3f3b14b07f598289a1ab9835164c 100644 (file)
@@ -34,7 +34,9 @@ CCFILES = \
        common.cc \
        compressed_output.cc \
        copy-relocs.cc \
+       cref.cc \
        defstd.cc \
+       descriptors.cc \
        dirsearch.cc \
        dynobj.cc \
        dwarf_reader.cc \
@@ -70,8 +72,10 @@ HFILES = \
        common.h \
        compressed_output.h \
        copy-relocs.h \
+       cref.h \
        defstd.h \
        dirsearch.h \
+       descriptors.h \
        dynobj.h \
        dwarf_reader.h \
        ehframe.h \
@@ -153,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.03466 seconds and 4 git commands to generate.