csu moved
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 12 Apr 1989 00:42:56 +0000 (16:42 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 12 Apr 1989 00:42:56 +0000 (16:42 -0800)
SCCS-vsn: usr.bin/gprof/Makefile 5.15

usr/src/usr.bin/gprof/Makefile

index d73631e..d6c0b55 100644 (file)
@@ -14,7 +14,7 @@
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
-#      @(#)Makefile    5.14 (Berkeley) %G%
+#      @(#)Makefile    5.15 (Berkeley) %G%
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
@@ -32,11 +32,11 @@ gprof: ${OBJS} ${LIBC}
 
 gcrt0.h: FRC
        -if [ -r gcrt0.h ] && \
 
 gcrt0.h: FRC
        -if [ -r gcrt0.h ] && \
-               cmp -s gcrt0.h ../../lib/libc/${MACHINE}/csu/gmon.h; then \
+               cmp -s gcrt0.h ../../lib/libc/csu/${MACHINE}/gmon.h; then \
                :; \
        else \
                rm -f gcrt0.h; \
                :; \
        else \
                rm -f gcrt0.h; \
-               cp ../../lib/libc/${MACHINE}/csu/gmon.h gcrt0.h; \
+               cp ../../lib/libc/csu/${MACHINE}/gmon.h gcrt0.h; \
        fi
 
 clean:
        fi
 
 clean: