avoid `make` warning, remove SimplExportOnly from HEAPS

Make ignores the HEAPS rule for SimplExportOnly anyhow (as it should).
This commit is contained in:
Gerwin Klein 2015-11-10 17:19:17 +01:00
parent be0ebaa139
commit df519ffd25
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ HEAPS += DBaseRefine DRefine DPolicy SepDSpec DSpecProofs
HEAPS += Access InfoFlow InfoFlowC
# Binary Verification
HEAPS += SimplExportAndRefine SimplExportOnly
HEAPS += SimplExportAndRefine
# Separation Kernel Bisimilarity
HEAPS += Bisim
@ -58,4 +58,4 @@ include ../misc/isa-common.mk
# SimplExportOnly is a bit special, because we need to *not* build an image.
SimplExportOnly: c-kernel
$(ISABELLE_TOOL) build -v -c -d $(ROOT_PATH) $@
.PHONY: SimplExportOnly