From b62a1a3bca332eaa7aaaa498b72a97940722234a Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 6 Jun 2004 10:43:20 +0000 Subject: [PATCH] [project @ 2004-06-06 10:43:19 by panne] Added empty "all" and "boot" targets --- ghc/docs/ext-core/Makefile | 4 ++++ ghc/docs/storage-mgt/Makefile | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 1.7.10.4