diff options
Diffstat (limited to 'misc/swig/stdio')
-rw-r--r-- | misc/swig/stdio/Makefile | 2 | ||||
-rwxr-xr-x | misc/swig/stdio/hello | bin | 231270 -> 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 Binary files differdeleted file mode 100755 index 10c55631f..000000000 --- a/misc/swig/stdio/hello +++ /dev/null |