From b8450b5ae5950399829f2ccd04c538d8f43b10a8 Mon Sep 17 00:00:00 2001 From: Adam Fitzgerald Date: Sun, 29 Aug 2010 13:28:54 -0400 Subject: [PATCH] changes to makefile for latest go release --- example/Makefile | 2 +- lua51/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Makefile b/example/Makefile index 44af9cf..be4278f 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,5 +1,5 @@ -include $(GOROOT)/src/Make.$(GOARCH) +include $(GOROOT)/src/Make.inc all: basic panic userdata alloc diff --git a/lua51/Makefile b/lua51/Makefile index b9cf41d..9864c8b 100644 --- a/lua51/Makefile +++ b/lua51/Makefile @@ -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 #ifndef TARG #TARG=github.com/afitz/golua/lua5.1