misc/swig: remove old broken Makefile

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7786046
This commit is contained in:
Ian Lance Taylor 2013-03-20 08:06:58 -07:00
parent f701e1c320
commit eeb9822457

View File

@ -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