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.
This commit is contained in:
Jeffrey Hsu 1994-11-22 09:18:27 +00:00
parent 5ad1aa4767
commit 054bdd12f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449

View File

@ -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