summaryrefslogtreecommitdiff
path: root/xdelta3/Makefile.am
diff options
context:
space:
mode:
authorJoshua MacDonald <josh.macdonald@gmail.com>2016-05-04 22:35:23 -0700
committerJoshua MacDonald <josh.macdonald@gmail.com>2016-05-04 22:35:23 -0700
commitc05f1ee5e52cfa8e37e21b381e42681e5edef330 (patch)
tree00b588a6590e88fcbcfff48894dbe807ab6e399f /xdelta3/Makefile.am
parentf89cbc46d874b958678bef1a6bfa33912ddbcbd0 (diff)
Make run_release.sh handle build directory missing / not empty
Diffstat (limited to 'xdelta3/Makefile.am')
-rw-r--r--xdelta3/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/Makefile.am b/xdelta3/Makefile.am
index 2280083..d89584d 100644
--- a/xdelta3/Makefile.am
+++ b/xdelta3/Makefile.am
@@ -46,7 +46,7 @@ xdelta3checksum_SOURCES = $(common_SOURCES) \
46# not automatically built or run. Install Go-1.5.x or later, add 46# not automatically built or run. Install Go-1.5.x or later, add
47# `pwd`/go in $GOPATH, and (cd go/src && go run regtest.go). 47# `pwd`/go in $GOPATH, and (cd go/src && go run regtest.go).
48# TODO(jmacd): replace hard-coded path names in regtest.go w/ flags. 48# TODO(jmacd): replace hard-coded path names in regtest.go w/ flags.
49GOLANG_SOURCES = \ 49GOLANG_SRCS = \
50 go/src/xdelta/test.go \ 50 go/src/xdelta/test.go \
51 go/src/xdelta/rstream.go \ 51 go/src/xdelta/rstream.go \
52 go/src/xdelta/tgroup.go \ 52 go/src/xdelta/tgroup.go \
@@ -123,7 +123,7 @@ EXTRA_DIST = \
123 README.md \ 123 README.md \
124 run_release.sh \ 124 run_release.sh \
125 draft-korn-vcdiff.txt \ 125 draft-korn-vcdiff.txt \
126 $(GOLANG_SOURCES) \ 126 $(GOLANG_SRCS) \
127 examples/Makefile \ 127 examples/Makefile \
128 examples/README.md \ 128 examples/README.md \
129 examples/compare_test.c \ 129 examples/compare_test.c \