From 357b770defa6e808b1f795db08dbad877506eebf Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 20 Oct 2009 13:00:16 -0700 Subject: base64 -> encoding/base64 base85 -> encoding/ascii85, encoding/git85 debug/binary -> encoding/binary R=r DELTA=3190 (1884 added, 1297 deleted, 9 changed) OCL=35923 CL=35929 --- src/pkg/debug/binary/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/pkg/debug/binary/Makefile (limited to 'src/pkg/debug/binary/Makefile') diff --git a/src/pkg/debug/binary/Makefile b/src/pkg/debug/binary/Makefile deleted file mode 100644 index 4d681e1046..0000000000 --- a/src/pkg/debug/binary/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 2009 The Go Authors. All rights reserved. -# 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) - -TARG=debug/binary -GOFILES=\ - binary.go\ - -include $(GOROOT)/src/Make.pkg -- cgit v1.3