Merge pull request #1978 from agners/fix-build-race

Avoid race condition when building outside of source tree
This commit is contained in:
OpenShift Merge Robot 2019-11-26 13:52:25 +01:00 committed by GitHub
commit 437d2183a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,7 @@ ostree_SOURCES += src/ostree/ot-remote-builtin-add-cookie.c \
endif
src/ostree/parse-datetime.c: src/ostree/parse-datetime.y Makefile
mkdir -p src/ostree/
$(AM_V_GEN) $(YACC) $< -o $@
EXTRA_DIST += src/ostree/parse-datetime.y