]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 ae5cc28e7ea396d6a01b68936a4a2c5ec16c65ce..7a3f73e29d6d58ab5e6a835612e70ded3ec73901 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 5d67b733e5ccc9b141434d398e7a9aa4ba24ed54..6c121c6cc4f8b893197c32abf157c71939c9df34 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)