diff options
author | K. Richard Pixley <rich@cygnus> | 1992-03-08 09:11:19 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-03-08 09:11:19 +0000 |
commit | a215e6f930542a533ed3ee9124031cbdcd2102c2 (patch) | |
tree | d0c672dc5cce5c30c5e7a3d43fc5af1838b9a3f5 /gprof | |
parent | 787c6bfe7021f84607854e45e1f7297e957a1094 (diff) | |
download | gdb-a215e6f930542a533ed3ee9124031cbdcd2102c2.zip gdb-a215e6f930542a533ed3ee9124031cbdcd2102c2.tar.gz gdb-a215e6f930542a533ed3ee9124031cbdcd2102c2.tar.bz2 |
This is the third and final batch of makefile changes this round.
These are Makefiles that do not participate in progressive yet have
still been brought current.
* added exec_prefix
* default bindir now exec_prefix/bin
* default libdir now exec_prefix/lib
* default mandir now prefix/man
* default infodir now prefix/info
* added oldincludedir, default NULL
* remove all traces of the old -subdirs and -namesubdir support,
including code, for loops, and all subdir/unsubdir stuff.
* remove old style staging targets {de-}stage[1234], comparison,
bootstrapN, from all but the bootstrappable tools.
* added check targets.
* removed any "Last Mod" lines.
* forced copyrights to '92 and shifted some from Cygnus to FSF.
* added tooldir and program_prefix where needed.
* updated texinfo and man pages, removed all references to multiple
hosts or targets.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 326be72..3b89353 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -15,6 +15,9 @@ CFLAGS= -I. -I../include -DMACHINE_H=\"${MACHINE}.h\" ${TCFLAGS} ${HCFLAGS} all: ${PROG} +.PHONY: check +check: + beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ |