]> Cypherpunks repositories - gostls13.git/commit
build: work with GNU Make 3.82
authorJukka-Pekka Kekkonen <karatepekka@gmail.com>
Tue, 7 Sep 2010 19:14:14 +0000 (15:14 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 7 Sep 2010 19:14:14 +0000 (15:14 -0400)
commit1cec72cff18729399930ec8f70a436fb31c45406
tree99626c9b8ae3feef5a082478beb312a647eaa4cf
parent947e2180e9352d8a09f5dd3bd663664d5bb9fbda
build: work with GNU Make 3.82

Fix building on GNU Make 3.82 (caused by mixed implicit and normal
rules).

The issue was introduced in changeset 6110:ca0beac3b543.

R=rsc
CC=golang-dev
https://golang.org/cl/2100044
src/Make.pkg