From 4098515e306264092773d116137cabaa9971bdef Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 3 Aug 2008 23:03:31 -0700 Subject: Use a single Make.conf for setting CC, etc. This makes it easy to build with other flags (like -ggdb) or other compilers (like cc64). R=r DELTA=45 (6 added, 22 deleted, 17 changed) OCL=13790 CL=13793 --- src/libbio/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libbio') diff --git a/src/libbio/Makefile b/src/libbio/Makefile index eddeac071..02eaaa684 100644 --- a/src/libbio/Makefile +++ b/src/libbio/Makefile @@ -22,8 +22,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -CFLAGS=-I$(GOROOT)/include -O=o +include ../Make.conf LIB=libbio.a -- cgit v1.2.1