* Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) to
authorMark Eichin <eichin@cygnus>
Wed, 12 Aug 1992 22:16:34 +0000 (22:16 +0000)
committerMark Eichin <eichin@cygnus>
Wed, 12 Aug 1992 22:16:34 +0000 (22:16 +0000)
bin install rule.

gprof/ChangeLog
gprof/Makefile.in

index f93d3f5bb939a746de31e06627437bb013f94553..77985030c447e1583f9f26b2a4c30eb89d996a15 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 12 15:14:14 1992  Mark Eichin  (eichin@cygnus.com)
+
+       * Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) to
+       bin install rule. 
+
 Sun Jul 19 17:34:01 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * Makefile.in:  removed installation of the now useless
index 5568bfd2b426bc535e3ff84cf86f818d8e945283..9b7abae3462c93ea2e7a2bc2548f0c090f04dde8 100644 (file)
@@ -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)
This page took 0.025668 seconds and 4 git commands to generate.