more accurate dependencies
authorhaftmann
Sun, 04 Mar 2012 00:27:07 +0100
changeset 46806 cc47e252b92c
parent 46805 50dbdb9e28ad
child 46807 04f2d3c510d0
more accurate dependencies
src/HOL/IsaMakefile
--- a/src/HOL/IsaMakefile	Sun Mar 04 00:26:23 2012 +0100
+++ b/src/HOL/IsaMakefile	Sun Mar 04 00:27:07 2012 +0100
@@ -559,7 +559,12 @@
 
 Import-HOL4: $(OUT)/Import-HOL4
 
-BASIC_IMPORTER_DEPENDENCIES = Import/Importer.thy
+BASIC_IMPORTER_DEPENDENCIES = Import/Importer.thy \
+  Import/shuffler.ML \
+  Import/import_rews.ML \
+  Import/proof_kernel.ML \
+  Import/replay.ML \
+  Import/import.ML
 
 $(OUT)/Import-HOL4: $(OUT)/HOL \
   $(BASIC_IMPORTER_DEPENDENCIES) \