diff options
| author | Ian Lance Taylor <iant@google.com> | 2013-12-20 08:14:45 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <iant@google.com> | 2013-12-20 08:14:45 -0800 |
| commit | 01ebdc0995e2c7b482cd44fa00412a9ed8e06d8a (patch) | |
| tree | 0c695f239b1d5236cbb62e4e24a9f7eec8c78bc8 /Examples/go/enum | |
| parent | 82990df5739acaef168ca66a32e3c2253e04f3d9 (diff) | |
| download | swig-01ebdc0995e2c7b482cd44fa00412a9ed8e06d8a.tar.gz | |
In Examples/Makefile.in, compile and link the program in go and
go_cpp, rather than in go_run. This permits eliminating go_run_cpp.
Diffstat (limited to 'Examples/go/enum')
| -rw-r--r-- | Examples/go/enum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/go/enum/Makefile b/Examples/go/enum/Makefile index 6f9347ca8..1ceecc15c 100644 --- a/Examples/go/enum/Makefile +++ b/Examples/go/enum/Makefile @@ -6,7 +6,7 @@ INTERFACE = example.i SWIGOPT = check: build - $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' go_run_cpp + $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' go_run build: $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \ |
