Make CFLAGS from environment apply.

This commit is contained in:
Mark Murray 1998-09-22 12:36:38 +00:00
parent 487ec01225
commit da8e305fe1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13306

View File

@ -0,0 +1,11 @@
--- protoMakefile.ORIG Sun Jan 21 05:46:02 1996
+++ protoMakefile Mon Aug 17 18:56:27 1998
@@ -47,7 +47,7 @@
# Example (for Solaris 2.x with SPARCompiler C):
# CC = cc -c -O -s -Xc -DDONTFREE
-CC = cc -c
+CC = cc -c ${CFLAGS}
# Define LINK1 and LINK2 so that the command
#