From: Brad Fitzpatrick Date: Thu, 30 Jun 2011 17:45:36 +0000 (-0700) Subject: fix build; add simplify.go to regexp Makefile X-Git-Tag: weekly.2011-07-07~56 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3aa8272e4462287d112a6b6147781dca17ef46a0;p=gostls13.git fix build; add simplify.go to regexp Makefile R=rsc CC=golang-dev https://golang.org/cl/4643062 --- diff --git a/src/pkg/exp/regexp/syntax/Makefile b/src/pkg/exp/regexp/syntax/Makefile index 673bf98316..97d4ad6ca8 100644 --- a/src/pkg/exp/regexp/syntax/Makefile +++ b/src/pkg/exp/regexp/syntax/Makefile @@ -11,5 +11,6 @@ GOFILES=\ perl_groups.go\ prog.go\ regexp.go\ + simplify.go\ include ../../../../Make.pkg