]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/5l/Makefile: directory prefix nit, "../5l/" is not needed.
authorLucio De Re <lucio.dere@gmail.com>
Sun, 17 Jul 2011 22:46:47 +0000 (08:46 +1000)
committerRob Pike <r@golang.org>
Sun, 17 Jul 2011 22:46:47 +0000 (08:46 +1000)
R=golang-dev, r
CC=golang-dev, rsc
https://golang.org/cl/4755046

src/cmd/5l/Makefile

index 9f4a192aa9c03f69093d0933a724fbd7839c3699..8489abc6497d30d3aa6ce54e5556c1aef709e600 100644 (file)
@@ -29,7 +29,7 @@ OFILES=\
 
 HFILES=\
        l.h\
-       ../5l/5.out.h\
+       5.out.h\
        ../ld/elf.h\
 
 include ../../Make.ccmd