summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2019-08-09 14:06:45 -0700
committerIan Lance Taylor <iant@golang.org>2019-08-09 14:06:45 -0700
commit62136ff782e9bf6641970f716d7d40afcf6c49ea (patch)
treec6e05a72e9ce23ea63949d73ab812b343eadbec2 /Examples
parent6b108c19e1504c937e1a7d50147575dd8e624b73 (diff)
downloadswig-62136ff782e9bf6641970f716d7d40afcf6c49ea.tar.gz
Fix Go version check and Go in-tree example tests
Fixes #1607
Diffstat (limited to 'Examples')
-rw-r--r--Examples/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index 9e05d2763..6fbca29db 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -1484,7 +1484,7 @@ go: $(SRCDIR_SRCS) $(GOPATHPARENTDIR)/go.mod
rm -f gopath/$(GOMOD)/src/runme/*; \
fi
if test -f $(SRCDIR)$(RUNME).go; then \
- cp $(SRCDIR)/$(RUNME).go gopath/$(GOMOD)/src/runme/; \
+ cp $(SRCDIR)$(RUNME).go gopath/$(GOMOD)/src/runme/; \
fi
GOPATH=`pwd`/gopath/$(GOMOD); \
export GOPATH; \
@@ -1533,7 +1533,7 @@ go_cpp: $(SRCDIR_SRCS) $(GOPATHPARENTDIR)/go.mod
rm -f gopath/$(GOMOD)/src/runme/*; \
fi
if test -f $(SRCDIR)$(RUNME).go; then \
- cp $(SRCDIR)/$(RUNME).go gopath/$(GOMOD)/src/runme/; \
+ cp $(SRCDIR)$(RUNME).go gopath/$(GOMOD)/src/runme/; \
fi
GOPATH=`pwd`/gopath/$(GOMOD); \
export GOPATH; \