From 544a72cc86b9226f359bcce5aedd5010eb476ace Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 7 Mar 2012 14:06:16 +1100 Subject: [PATCH] exp/wingui: remove reference to Make.inc R=golang-dev, bradfitz, alex.brainman CC=golang-dev https://golang.org/cl/5757058 --- src/pkg/exp/wingui/Makefile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/pkg/exp/wingui/Makefile b/src/pkg/exp/wingui/Makefile index bf69c98a51..7b0fc31dae 100644 --- a/src/pkg/exp/wingui/Makefile +++ b/src/pkg/exp/wingui/Makefile @@ -2,23 +2,8 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -GOOS=windows - -include ../../../Make.inc - -LD:=$(LD) -Hwindowsgui - -TARG=wingui - -GOFILES=\ - gui.go\ - winapi.go\ - zwinapi.go\ - -include ../../../Make.cmd - zwinapi.go: winapi.go (echo '// +build windows'; \ - $(GOROOT)/src/pkg/syscall/mksyscall_windows.pl $<) \ + ../../syscall/mksyscall_windows.pl $<) \ | gofmt \ > $@ -- 2.50.0