MACHINE is in make, now
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 1 Jun 1987 12:23:16 +0000 (04:23 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 1 Jun 1987 12:23:16 +0000 (04:23 -0800)
SCCS-vsn: usr.bin/gprof/Makefile 5.8

usr/src/usr.bin/gprof/Makefile

index 910212c..ab8ff52 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.7 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) %G%
 #
 DESTDIR=
 DFLAGS= 
 #
 DESTDIR=
 DFLAGS= 
@@ -13,7 +13,6 @@ LINTFLAGS= -x -a -n ${DFLAGS}
 RM=    /bin/rm -f
 INSTALL=install
 PR=pr
 RM=    /bin/rm -f
 INSTALL=install
 PR=pr
-MACHINE=       unknown
 GPROFHDRS=     gprof.h ${MACHINE}.h
 GPROFSRCS=     gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
                printgprof.c printlist.c
 GPROFHDRS=     gprof.h ${MACHINE}.h
 GPROFSRCS=     gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
                printgprof.c printlist.c