aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 5568bfd..9b7abae 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -22,7 +22,7 @@ INSTALL_DATA = $(INSTALL)
###
PROG= gprof
-SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
+SRCS= gprof.c arcs.c dfn.c lookup.c $(MACHINE).c hertz.c \
printgprof.c printlist.c
LIBS = ../bfd/libbfd.a ../libiberty/libiberty.a
@@ -41,8 +41,8 @@ info:
install-info:
install: all
+ $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)
$(INSTALL_DATA) $(srcdir)/gprof.1 $(man1dir)/gprof.1
- $(INSTALL_PROGRAM) $(PROG) $(bindir)
$(PROG): $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o $(PROG) $(LIBS)