aboutsummaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorAustin Clements <aclements@csail.mit.edu>2009-09-25 11:36:27 -0700
committerAustin Clements <aclements@csail.mit.edu>2009-09-25 11:36:27 -0700
commit3c8a1de7206f64aef7a5ac8900ccf50ddfae4f98 (patch)
tree96bde353a6771e41524e01fd64cd4f900d6e3d80 /usr
parent4211384976c55f326671253c8d25d1be01fa8f23 (diff)
downloadgo-3c8a1de7206f64aef7a5ac8900ccf50ddfae4f98.tar.xz
Add eval and ogle to the build process so they can be kept up
to date. R=rsc APPROVED=rsc DELTA=8 (6 added, 0 deleted, 2 changed) OCL=35009 CL=35011
Diffstat (limited to 'usr')
-rw-r--r--usr/austin/ogle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/austin/ogle/Makefile b/usr/austin/ogle/Makefile
index a169d063b5..df0bb2d32d 100644
--- a/usr/austin/ogle/Makefile
+++ b/usr/austin/ogle/Makefile
@@ -20,8 +20,8 @@ GOFILES=\
include $(GOROOT)/src/Make.pkg
-main.6: main.go
+main.$O: main.go package
$(GC) -I_obj $<
-ogle: main.6 package
+ogle: main.$O
$(LD) -L_obj -o $@ $<