Robustify mi-simplerun.
[deliverable/binutils-gdb.git] / gold / Makefile.am
index 14c3c4bacb3ddb0bdc7ad5d4df5d858663bb9efb..e323056020d389fc1689ee27275d35c3d0322853 100644 (file)
@@ -52,6 +52,7 @@ CCFILES = \
        output.cc \
        parameters.cc \
        readsyms.cc \
+       reduced_debug_output.cc \
        reloc.cc \
        resolve.cc \
        script-sections.cc \
@@ -86,6 +87,7 @@ HFILES = \
        output.h \
        parameters.h \
        readsyms.h \
+       reduced_debug_output.h \
        reloc.h \
        reloc-types.h \
        script-c.h \
@@ -107,10 +109,10 @@ YFILES = \
 EXTRA_DIST = yyscript.c yyscript.h
 
 TARGETSOURCES = \
-       i386.cc x86_64.cc sparc.cc
+       i386.cc x86_64.cc sparc.cc powerpc.cc
 
 ALL_TARGETOBJS = \
-       i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT)
+       i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT)
 
 libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES)
 
This page took 0.023538 seconds and 4 git commands to generate.