From 3aa8272e4462287d112a6b6147781dca17ef46a0 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 30 Jun 2011 10:45:36 -0700 Subject: [PATCH] fix build; add simplify.go to regexp Makefile R=rsc CC=golang-dev https://golang.org/cl/4643062 --- src/pkg/exp/regexp/syntax/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/exp/regexp/syntax/Makefile b/src/pkg/exp/regexp/syntax/Makefile index 673bf98316d..97d4ad6ca81 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