summaryrefslogtreecommitdiff
path: root/src/pkg/regexp/syntax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/regexp/syntax/Makefile')
-rw-r--r--src/pkg/regexp/syntax/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/pkg/regexp/syntax/Makefile b/src/pkg/regexp/syntax/Makefile
deleted file mode 100644
index 0b3764ea7..000000000
--- a/src/pkg/regexp/syntax/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2011 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 ../../../Make.inc
-
-TARG=regexp/syntax
-GOFILES=\
- compile.go\
- parse.go\
- perl_groups.go\
- prog.go\
- regexp.go\
- simplify.go\
-
-include ../../../Make.pkg