diff options
Diffstat (limited to 'src/pkg/runtime/mkversion.c')
| -rw-r--r-- | src/pkg/runtime/mkversion.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/pkg/runtime/mkversion.c b/src/pkg/runtime/mkversion.c index 931302187f..0d96aa3569 100644 --- a/src/pkg/runtime/mkversion.c +++ b/src/pkg/runtime/mkversion.c @@ -1,14 +1,8 @@ -// 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. - -// +build ignore - #include <u.h> #include <libc.h> char *template = - "// AUTO-GENERATED; run make -f Makefile.auto\n\n" + "// generated by mkversion.c; do not edit.\n" "package runtime\n" "const defaultGoroot = `%s`\n" "const theVersion = \"%s\"\n"; |
