aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio De Re <lucio.dere@gmail.com>2011-07-18 08:46:47 +1000
committerRob Pike <r@golang.org>2011-07-18 08:46:47 +1000
commit8c5c3c504c66a704294e20742f5a701aaf8674f0 (patch)
tree601f81c344dbac46e6609628001a1e663f617609
parent8b33c7b5be4e08c985571dce8113d0e4bafa14f6 (diff)
downloadgo-8c5c3c504c66a704294e20742f5a701aaf8674f0.tar.gz
go-8c5c3c504c66a704294e20742f5a701aaf8674f0.zip
cmd/5l/Makefile: directory prefix nit, "../5l/" is not needed.
R=golang-dev, r CC=golang-dev, rsc https://golang.org/cl/4755046
-rw-r--r--src/cmd/5l/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/5l/Makefile b/src/cmd/5l/Makefile
index 9f4a192aa9..8489abc649 100644
--- a/src/cmd/5l/Makefile
+++ b/src/cmd/5l/Makefile
@@ -29,7 +29,7 @@ OFILES=\
HFILES=\
l.h\
- ../5l/5.out.h\
+ 5.out.h\
../ld/elf.h\
include ../../Make.ccmd