Let CFLAGS come from /etc/make.conf

Caught by:	Satoshi
This commit is contained in:
David E. O'Brien 1996-12-28 00:52:48 +00:00
parent 610352b6de
commit ad8118a072
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5113

10
lang/mixal/files/patch-01 Normal file
View File

@ -0,0 +1,10 @@
--- Makefile.orig Fri Dec 27 16:48:44 1996
+++ Makefile Fri Dec 27 16:49:36 1996
@@ -1,6 +1,6 @@
# UNIX makefile for the MIX interpreter
-CFLAGS = -g
+#CFLAGS = -g
CSRCS = asm.c cell.c charset.c driver.c io.c main.c parse.c run.c symbol.c
HSRCS = asm.h cell.h charset.h driver.h io.h mix.h parse.h run.h symbol.h