summaryrefslogtreecommitdiff
path: root/src/libbio
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-08-03 23:03:31 -0700
committerRuss Cox <rsc@golang.org>2008-08-03 23:03:31 -0700
commit4098515e306264092773d116137cabaa9971bdef (patch)
tree98eed5339154c254e2bed61fcd39ac830cfde81e /src/libbio
parent2cd1c9405a3ea6980c948fa74382d53e64a9b6a6 (diff)
downloadgo-4098515e306264092773d116137cabaa9971bdef.tar.gz
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
Diffstat (limited to 'src/libbio')
-rw-r--r--src/libbio/Makefile3
1 files changed, 1 insertions, 2 deletions
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