From 3ca752d309d519edc9246edcfce8e5536e79a598 Mon Sep 17 00:00:00 2001 From: hsu Date: Tue, 22 Nov 1994 09:18:27 +0000 Subject: Change name of Makefile to Makefile.i386. Remove /usr/include/frame.h from dependencies in Makefile.i386. Add -static to CFLAGS so 'make tests' will work. --- devel/mprof/files/patch-01 | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'devel/mprof') diff --git a/devel/mprof/files/patch-01 b/devel/mprof/files/patch-01 index ecc650d9..778235d 100644 --- a/devel/mprof/files/patch-01 +++ b/devel/mprof/files/patch-01 @@ -87,11 +87,11 @@ } *edge, edge_item; edge -*** /dev/null Wed Sep 29 11:23:25 1993 ---- Makefile Wed Sep 15 23:25:14 1993 +*** /dev/null Tue Nov 22 00:34:22 1994 +--- Makefile.i386 Tue Nov 22 01:03:41 1994 *************** *** 0 **** ---- 1,151 ---- +--- 1,148 ---- + # %M% %I% %G% %U% + # Copyright (c) 1987, Benjamin G. Zorn + # @@ -107,7 +107,7 @@ + # sun4 ASFLAGS = -P -Dsun4 + # sun3,vax,mips, i386 ASFLAGS = + -+ CFLAGS = -I. -g ++ CFLAGS = -I. -g -static + ASFLAGS = + BIN = . + MPLIB = $(BIN)/libc_mp.a @@ -231,15 +231,12 @@ + + + ### -+ leak.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \ -+ /usr/include/frame.h ++ leak.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h + malloc.o: /usr/include/sys/types.h /usr/include/stdio.h + mprof.o: /usr/include/stdio.h /usr/include/sys/file.h /usr/include/ctype.h \ + /usr/include/a.out.h /usr/include/sys/exec.h /usr/include/stab.h \ -+ mprof.h /usr/include/sys/types.h /usr/include/frame.h ++ mprof.h /usr/include/sys/types.h + mprof_mon.o: /usr/include/stdio.h /usr/include/sys/file.h mprof.h \ -+ /usr/include/sys/types.h /usr/include/frame.h -+ mpstruct.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \ -+ /usr/include/frame.h -+ mpgraph.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \ -+ /usr/include/frame.h ++ /usr/include/sys/types.h ++ mpstruct.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h ++ mpgraph.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h -- cgit v1.1