[project @ 2004-06-06 10:43:19 by panne]
authorpanne <unknown>
Sun, 6 Jun 2004 10:43:20 +0000 (10:43 +0000)
committerpanne <unknown>
Sun, 6 Jun 2004 10:43:20 +0000 (10:43 +0000)
Added empty "all" and "boot" targets

ghc/docs/ext-core/Makefile
ghc/docs/storage-mgt/Makefile

index b5814d0..6828d80 100644 (file)
@@ -31,4 +31,8 @@ distclean: clean
 
 maintainer-clean: distclean
 
+all:
+
+boot:
+
 # End of file
index 9dc1c01..6981a0b 100644 (file)
@@ -26,4 +26,8 @@ distclean: clean
 
 maintainer-clean: distclean
 
+all:
+
+boot:
+
 # End of file