tipo
authorIan Lance Taylor <ian@airs.com>
Wed, 22 Apr 1998 19:06:34 +0000 (19:06 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 22 Apr 1998 19:06:34 +0000 (19:06 +0000)
gprof/Makefile.am
gprof/Makefile.in

index ae5cc28..7a3f73e 100644 (file)
@@ -15,7 +15,7 @@ sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
        cg_print.c core.c gmon_io.c gprof.c hertz.c hist.c source.c \
        search_list.c symtab.c sym_ids.c utils.c \
        i386.c alpha.c vax.c tahoe.c sparc.c
-gprof_SOURCES = $(sources) flat_bl.c bsd_callg_blc. fsf_callg_bl.c
+gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLDEPS)
 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLLIBS)
 
index 5d67b73..6c121c6 100644 (file)
@@ -110,7 +110,7 @@ sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
        cg_print.c core.c gmon_io.c gprof.c hertz.c hist.c source.c \
        search_list.c symtab.c sym_ids.c utils.c \
        i386.c alpha.c vax.c tahoe.c sparc.c
-gprof_SOURCES = $(sources) flat_bl.c bsd_callg_blc. fsf_callg_bl.c
+gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLDEPS)
 gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(INTLLIBS)
 
@@ -142,7 +142,7 @@ LIBS = @LIBS@
 gprof_OBJECTS =  basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o \
 cg_print.o core.o gmon_io.o gprof.o hertz.o hist.o source.o \
 search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o \
-sparc.o flat_bl.o fsf_callg_bl.o
+sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o
 gprof_LDFLAGS = 
 CFLAGS = @CFLAGS@
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)