diff options
author | Rob Pike <r@golang.org> | 2008-06-26 15:27:21 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2008-06-26 15:27:21 -0700 |
commit | 1f22a24696f5d97a8207f3d9da229392ef3d89e8 (patch) | |
tree | 90b8ef08c5c46fd07645ecbcef499624d323770c /src/runtime/Makefile | |
parent | 9a0956038b0d13272c2e2a46c0c58fb8a7727a81 (diff) | |
download | go-1f22a24696f5d97a8207f3d9da229392ef3d89e8.tar.gz |
slight change to file names
SVN=124982
Diffstat (limited to 'src/runtime/Makefile')
-rw-r--r-- | src/runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile index d555132f4..2e51fa05b 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -39,7 +39,7 @@ clean: %.$O: %.c $(CC) $< -sys_file.$O: sys_file.c $(OS_H) +sys_file.$O: sys_file.c sys_types.h $(OS_H) $(CC) -D$(GOARCH)_$(GOOS) $< %.$O: %.s |