Commit ed34f5da authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Trim down the amount of recompiles due to version.gen.go.

parent 868dc2c4
......@@ -3,8 +3,7 @@ include $(GOROOT)/src/Make.inc
TARG=github.com/hanwen/go-fuse/fuse
GOFILES=\
api.go \
MANUAL_GOFILES=api.go \
bufferpool.go \
copy.go \
default.go \
......@@ -27,13 +26,11 @@ GOFILES=\
timingrawfs.go \
types.go\
version.go \
version.gen.go \
xattr.go \
GOFILES=$(MANUAL_GOFILES) version.gen.go
include $(GOROOT)/src/Make.pkg
version.gen.go: FORCE
version.gen.go: $(MANUAL_GOFILES)
sh genversion.sh > $@
FORCE:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment