aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug/binary/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-20 13:00:16 -0700
committerRuss Cox <rsc@golang.org>2009-10-20 13:00:16 -0700
commit357b770defa6e808b1f795db08dbad877506eebf (patch)
tree4c7e239969079349aa840a7444732ca7cad27deb /src/pkg/debug/binary/Makefile
parent430d462391dac674df888ec1f85eb03daad52cd5 (diff)
downloadgo-357b770defa6e808b1f795db08dbad877506eebf.tar.xz
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
Diffstat (limited to 'src/pkg/debug/binary/Makefile')
-rw-r--r--src/pkg/debug/binary/Makefile11
1 files changed, 0 insertions, 11 deletions
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