diff options
author | panne <unknown> | 2004-06-06 10:43:20 +0000 |
---|---|---|
committer | panne <unknown> | 2004-06-06 10:43:20 +0000 |
commit | b62a1a3bca332eaa7aaaa498b72a97940722234a (patch) | |
tree | 62be2e4134a04a190546cb3752759fa80f7854a7 /ghc/docs | |
parent | c1c1e720a1e42df940c932f789f74bd5bcff4882 (diff) | |
download | haskell-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/Makefile | 4 | ||||
-rw-r--r-- | ghc/docs/storage-mgt/Makefile | 4 |
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 |