src/HOL/IsaMakefile
changeset 36066 1493b43204e9
parent 36046 c3946372f556
parent 36062 194cb6e3c13f
child 36073 54a9f56fae7c
--- a/src/HOL/IsaMakefile	Wed Mar 31 16:44:41 2010 +0200
+++ b/src/HOL/IsaMakefile	Thu Apr 01 10:27:06 2010 +0200
@@ -99,7 +99,8 @@
 
 $(OUT)/Pure: Pure
 
-BASE_DEPENDENCIES = $(OUT)/Pure \
+BASE_DEPENDENCIES = $(SRC)/HOL/Tools/Sledgehammer/named_thm_set.ML \
+  $(OUT)/Pure \
   $(SRC)/Provers/blast.ML \
   $(SRC)/Provers/clasimp.ML \
   $(SRC)/Provers/classical.ML \
@@ -295,7 +296,6 @@
   Tools/numeral.ML \
   Tools/numeral_simprocs.ML \
   Tools/numeral_syntax.ML \
-  Tools/polyhash.ML \
   Tools/Predicate_Compile/predicate_compile_aux.ML \
   Tools/Predicate_Compile/predicate_compile_compilations.ML \
   Tools/Predicate_Compile/predicate_compile_core.ML \