Makefile fixes to build with more recent Go releases.

This commit is contained in:
Alex Bramley 2010-08-29 21:24:47 +01:00
parent 1503d7b9db
commit 36b7645577
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
include $(GOROOT)/src/Make.inc
TARG=gobot
GOFILES=\

View File

@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
include $(GOROOT)/src/Make.inc
TARG=irc
GOFILES=\