mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) to
bin install rule.
This commit is contained in:
parent
7b5d965008
commit
4be49df5b7
@ -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)
|
Sun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: removed installation of the now useless
|
* Makefile.in: removed installation of the now useless
|
||||||
|
@ -22,7 +22,7 @@ INSTALL_DATA = $(INSTALL)
|
|||||||
###
|
###
|
||||||
|
|
||||||
PROG= gprof
|
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
|
printgprof.c printlist.c
|
||||||
LIBS = ../bfd/libbfd.a ../libiberty/libiberty.a
|
LIBS = ../bfd/libbfd.a ../libiberty/libiberty.a
|
||||||
|
|
||||||
@ -41,8 +41,8 @@ info:
|
|||||||
install-info:
|
install-info:
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)
|
||||||
$(INSTALL_DATA) $(srcdir)/gprof.1 $(man1dir)/gprof.1
|
$(INSTALL_DATA) $(srcdir)/gprof.1 $(man1dir)/gprof.1
|
||||||
$(INSTALL_PROGRAM) $(PROG) $(bindir)
|
|
||||||
|
|
||||||
$(PROG): $(OBJS)
|
$(PROG): $(OBJS)
|
||||||
$(CC) $(CFLAGS) $(OBJS) -o $(PROG) $(LIBS)
|
$(CC) $(CFLAGS) $(OBJS) -o $(PROG) $(LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user