From: panne Date: Sun, 6 Jun 2004 10:43:20 +0000 (+0000) Subject: [project @ 2004-06-06 10:43:19 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1812 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b62a1a3bca332eaa7aaaa498b72a97940722234a;p=ghc-hetmet.git [project @ 2004-06-06 10:43:19 by panne] Added empty "all" and "boot" targets --- diff --git a/ghc/docs/ext-core/Makefile b/ghc/docs/ext-core/Makefile index b5814d0..6828d806 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 9dc1c01..6981a0b 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