Merge "Build System: Resolve conflict between DESTDIR and bundled jansson."

This commit is contained in:
Joshua Colp 2018-09-12 17:19:24 -05:00 committed by Gerrit Code Review
commit 68d98467cc

View file

@ -55,7 +55,7 @@ SHELL_ECHO_PREFIX := echo '[jansson] '
dest/include/jansson.h: source/config.status
$(ECHO_PREFIX) Building bundled jansson.
$(CMD_PREFIX) (cd source; make $(REALLY_QUIET))
$(CMD_PREFIX) (cd source; make install $(REALLY_QUIET))
$(CMD_PREFIX) (cd source; make install DESTDIR= $(REALLY_QUIET))
.DELETE_ON_ERROR: