From 218a412e73a946c93aea42d0298b937a2ebebd93 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 14 Oct 2009 18:10:00 -0700 Subject: [PATCH] forgot to update Makefile in last CL R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=35737 CL=35745 --- src/pkg/exp/datafmt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/exp/datafmt/Makefile b/src/pkg/exp/datafmt/Makefile index 421382d983..57836a1b3b 100644 --- a/src/pkg/exp/datafmt/Makefile +++ b/src/pkg/exp/datafmt/Makefile @@ -4,7 +4,7 @@ include $(GOROOT)/src/Make.$(GOARCH) -TARG=datafmt +TARG=exp/datafmt GOFILES=\ datafmt.go\ parser.go\ -- 2.50.0