Fix for recent Go release.

This commit is contained in:
jim teeuwen 2010-08-25 21:31:56 +02:00
parent 365cffa6a4
commit 2f6b6f5930
1 changed files with 4 additions and 6 deletions

View File

@ -1,10 +1,8 @@
include $(GOROOT)/src/Make.inc
include $(GOROOT)/src/Make.$(GOARCH)
TARG=feeder
GOFILES=feed.go rss.go atom.go channel.go image.go item.go cloud.go \
TARG = feeder
GOFILES = feed.go rss.go atom.go channel.go image.go item.go cloud.go \
enclosure.go source.go input.go category.go generator.go link.go\
subtitle.go author.go content.go\
subtitle.go author.go content.go
include $(GOROOT)/src/Make.pkg