summaryrefslogtreecommitdiff
path: root/misc/swig/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'misc/swig/stdio')
-rw-r--r--misc/swig/stdio/Makefile2
-rwxr-xr-xmisc/swig/stdio/hellobin231270 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/misc/swig/stdio/Makefile b/misc/swig/stdio/Makefile
index e7d330587..0f23345e4 100644
--- a/misc/swig/stdio/Makefile
+++ b/misc/swig/stdio/Makefile
@@ -13,5 +13,5 @@ CLEANFILES+=hello
include ../../../src/Make.pkg
%: install %.go
- $(GC) $*.go
+ $(GC) $(GCFLAGS) $(GCIMPORTS) $*.go
$(LD) $(SWIG_RPATH) -o $@ $*.$O
diff --git a/misc/swig/stdio/hello b/misc/swig/stdio/hello
deleted file mode 100755
index 10c55631f..000000000
--- a/misc/swig/stdio/hello
+++ /dev/null
Binary files differ