# HG changeset patch # User nipkow # Date 1317196795 -7200 # Node ID 32c90199df2e5068ebcc9a948b7f13041bb55e53 # Parent 054a9ac0d7ef8ebd015d33e9326dd019a05c9946 Added dependecies diff -r 054a9ac0d7ef -r 32c90199df2e src/HOL/IsaMakefile --- a/src/HOL/IsaMakefile Wed Sep 28 09:55:11 2011 +0200 +++ b/src/HOL/IsaMakefile Wed Sep 28 09:59:55 2011 +0200 @@ -515,7 +515,10 @@ HOL-IMP: HOL $(OUT)/HOL-IMP -$(OUT)/HOL-IMP: $(OUT)/HOL IMP/Abs_Int_Den/Abs_Int_den0_fun.thy \ +$(OUT)/HOL-IMP: $(OUT)/HOL \ + IMP/Abs_Int0_fun.thy IMP/Abs_State.thy IMP/Abs_Int0.thy \ + IMP/Abs_Int0_const.thy IMP/Abs_Int1.thy IMP/Abs_Int1_ivl.thy \ + IMP/Abs_Int2.thy IMP/Abs_Int_Den/Abs_Int_den0_fun.thy \ IMP/Abs_Int_Den/Abs_State_den.thy IMP/Abs_Int_Den/Abs_Int_den0.thy \ IMP/Abs_Int_Den/Abs_Int_den0_const.thy IMP/Abs_Int_Den/Abs_Int_den1.thy \ IMP/Abs_Int_Den/Abs_Int_den1_ivl.thy IMP/Abs_Int_Den/Abs_Int_den2.thy \