summaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-26 14:10:26 -0700
committerRuss Cox <rsc@golang.org>2008-09-26 14:10:26 -0700
commit72154b042fc0e8399b44ad15af48f1f7aa8791ef (patch)
treed3a66f8cc3b790bdd4d3d9cd0339b83102e2a717 /src/runtime/Makefile
parent133c68e9ac911670cde197c456050aebc004d2e0 (diff)
downloadgo-git-72154b042fc0e8399b44ad15af48f1f7aa8791ef.tar.gz
go/acid/go
R=r DELTA=99 (95 added, 1 deleted, 3 changed) OCL=15983 CL=15992
Diffstat (limited to 'src/runtime/Makefile')
-rw-r--r--src/runtime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile
index 2cdb4a9793..b9e5770103 100644
--- a/src/runtime/Makefile
+++ b/src/runtime/Makefile
@@ -59,5 +59,5 @@ sys_file.$O: sys_file.c sys_types.h $(OS_H)
%.$O: %.s
$(AS) $<
-runtime.acid: runtime.h
- $(CC) -a runtime.h >runtime.acid
+runtime.acid: runtime.h proc.c
+ $(CC) -a proc.c >runtime.acid