use makefile to define MACHINE
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 22 Oct 1986 12:26:34 +0000 (04:26 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 22 Oct 1986 12:26:34 +0000 (04:26 -0800)
SCCS-vsn: usr.bin/gprof/Makefile 5.4

usr/src/usr.bin/gprof/Makefile

index a311dbb..248941b 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.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 #
 DESTDIR=
 DFLAGS= 
 #
 DESTDIR=
 DFLAGS= 
@@ -13,8 +13,7 @@ LINTFLAGS= -x -a -n ${DFLAGS}
 RM=    /bin/rm -f
 INSTALL=install
 PR=pr
 RM=    /bin/rm -f
 INSTALL=install
 PR=pr
-#MACHINE=      ${MACHINE}
-MACHINE=       tahoe
+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