summaryrefslogtreecommitdiff
path: root/ghc/docs
diff options
context:
space:
mode:
authorpanne <unknown>2004-06-06 10:43:20 +0000
committerpanne <unknown>2004-06-06 10:43:20 +0000
commitb62a1a3bca332eaa7aaaa498b72a97940722234a (patch)
tree62be2e4134a04a190546cb3752759fa80f7854a7 /ghc/docs
parentc1c1e720a1e42df940c932f789f74bd5bcff4882 (diff)
downloadhaskell-b62a1a3bca332eaa7aaaa498b72a97940722234a.tar.gz
[project @ 2004-06-06 10:43:19 by panne]
Added empty "all" and "boot" targets
Diffstat (limited to 'ghc/docs')
-rw-r--r--ghc/docs/ext-core/Makefile4
-rw-r--r--ghc/docs/storage-mgt/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/ghc/docs/ext-core/Makefile b/ghc/docs/ext-core/Makefile
index b5814d0364..6828d8066a 100644
--- a/ghc/docs/ext-core/Makefile
+++ b/ghc/docs/ext-core/Makefile
@@ -31,4 +31,8 @@ distclean: clean
maintainer-clean: distclean
+all:
+
+boot:
+
# End of file
diff --git a/ghc/docs/storage-mgt/Makefile b/ghc/docs/storage-mgt/Makefile
index 9dc1c01d7c..6981a0b8a7 100644
--- a/ghc/docs/storage-mgt/Makefile
+++ b/ghc/docs/storage-mgt/Makefile
@@ -26,4 +26,8 @@ distclean: clean
maintainer-clean: distclean
+all:
+
+boot:
+
# End of file