summaryrefslogtreecommitdiff
path: root/misc/swig
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2013-03-20 08:06:58 -0700
committerIan Lance Taylor <iant@golang.org>2013-03-20 08:06:58 -0700
commitee5a67b05ae92841890aca68bcd71ec48467b145 (patch)
tree5b9153d0d6c88f00dbc13eea74d2e5c3f7773722 /misc/swig
parent84456e7a3fa158ee29dc7df163cd3be61aa07334 (diff)
downloadgo-ee5a67b05ae92841890aca68bcd71ec48467b145.tar.gz
misc/swig: remove old broken Makefile
R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7786046
Diffstat (limited to 'misc/swig')
-rw-r--r--misc/swig/stdio/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/swig/stdio/Makefile b/misc/swig/stdio/Makefile
deleted file mode 100644
index 0f23345e4..000000000
--- a/misc/swig/stdio/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2011 The Go Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style
-# license that can be found in the LICENSE file.
-
-include ../../../src/Make.inc
-
-TARG=swig/file
-SWIGFILES=\
- file.swig
-
-CLEANFILES+=hello
-
-include ../../../src/Make.pkg
-
-%: install %.go
- $(GC) $(GCFLAGS) $(GCIMPORTS) $*.go
- $(LD) $(SWIG_RPATH) -o $@ $*.$O