aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-16 01:05:10 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-16 01:05:10 +0000
commit511f628b2681f653873d46badc683ebf57c8f174 (patch)
treed18b86aa27e3ad2c6d5e504865337efd7272a8cc /libgo
parent02d245f3f775c7a1a7a0be39dd3422bbe4898232 (diff)
libgo: correct golang_org Makefile variables not used on all systems
Patch by Rainer Orth. Reviewed-on: https://go-review.googlesource.com/35238 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244483 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo')
-rw-r--r--libgo/Makefile.am4
-rw-r--r--libgo/Makefile.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am
index 0d9b7a7f6ad..14ee9bec211 100644
--- a/libgo/Makefile.am
+++ b/libgo/Makefile.am
@@ -1132,7 +1132,7 @@ if LIBGO_IS_BSD
$(eval $(call PACKAGE_template,golang_org/x/net/route))
golang_org_x_net_route_lo = \
- golang_org/x/net/route/route.lo
+ golang_org/x/net/route.lo
golang_org_x_net_route_check = \
golang_org/x/net/route/check
@@ -1145,7 +1145,7 @@ if LIBGO_IS_SOLARIS
$(eval $(call PACKAGE_template,golang_org/x/net/lif))
golang_org_x_net_lif_lo = \
- golang_org/x/net/lif/lif.lo
+ golang_org/x/net/lif.lo
golang_org_x_net_lif_check = \
golang_org/x/net/lif/check
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 4b46076b010..e3e396caaeb 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -1172,13 +1172,13 @@ extra_go_files_runtime_internal_sys = version.go
@HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag
@LIBGO_IS_SOLARIS_FALSE@matchargs_os =
@LIBGO_IS_BSD_TRUE@golang_org_x_net_route_lo = \
-@LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/route.lo
+@LIBGO_IS_BSD_TRUE@ golang_org/x/net/route.lo
@LIBGO_IS_BSD_TRUE@golang_org_x_net_route_check = \
@LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/check
@LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_lo = \
-@LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif/lif.lo
+@LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif.lo
@LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_check = \
@LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif/check