Skip to content

Commit 2c21295

Browse files
author
Daniel Kroening
committed
missing dependency in Makefile
1 parent 3fcdae1 commit 2c21295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/library/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $(BINARY_DIR)/%.class: $(SOURCE_DIR)/%.java $(BINARY_DIR)
3030
JAR := jar
3131
JARFLAGS := -cf
3232

33-
core-models.jar: $(ALL_CLASSES)
33+
core-models.jar: $(BINARY_DIR) $(ALL_CLASSES)
3434
$(JAR) $(JARFLAGS) $@ -C $(BINARY_DIR) .
3535

3636
CLEANFILES = core-models.jar

0 commit comments

Comments
 (0)