fixed install
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 17 Jun 1987 09:26:34 +0000 (01:26 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 17 Jun 1987 09:26:34 +0000 (01:26 -0800)
SCCS-vsn: usr.bin/gprof/Makefile 5.9

usr/src/usr.bin/gprof/Makefile

index ab8ff52..070d5de 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.8 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) 5/31/87
 #
 DESTDIR=
 DFLAGS= 
 #
 DESTDIR=
 DFLAGS= 
@@ -23,9 +23,9 @@ gprof: ${GPROFOBJS}
        cc -o gprof ${CFLAGS} ${GPROFOBJS}
 
 install: gprof gprof.flat gprof.callg
        cc -o gprof ${CFLAGS} ${GPROFOBJS}
 
 install: gprof gprof.flat gprof.callg
-       install -s gprof ${DESTDIR}/usr/ucb/gprof
-       install -c -m 644 gprof.flat ${DESTDIR}/usr/lib
-       install -c -m 644 gprof.callg ${DESTDIR}/usr/lib
+       install -s -o bin -g bin -m 755 gprof ${DESTDIR}/usr/ucb/gprof
+       install -c -o bin -g bin -m 644 gprof.flat ${DESTDIR}/usr/lib
+       install -c -o bin -g bin -m 644 gprof.callg ${DESTDIR}/usr/lib
 
 clean:
        ${RM} ${GPROFOBJS} errs gprof
 
 clean:
        ${RM} ${GPROFOBJS} errs gprof