fix makefile

This commit is contained in:
chenpengdev 2017-08-03 19:14:55 +08:00 committed by GitHub
parent 1045e432c7
commit 14cc1cb546

View file

@ -54,7 +54,7 @@ endif
# QEMUARCH=s390x # QEMUARCH=s390x
#endif #endif
TEMP_DIR ?= $(shell mktemp -d) TEMP_DIR := $(shell mktemp -d)
all: all-container all: all-container