From 2aff6fe723e309506d7be62569000d690249fae1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 5 Apr 2000 10:27:10 +0000 Subject: [PATCH] [project @ 2000-04-05 10:27:10 by simonmar] add icons subdir --- ghc/utils/prof/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/utils/prof/Makefile b/ghc/utils/prof/Makefile index 9afbfdf..a6c73be 100644 --- a/ghc/utils/prof/Makefile +++ b/ghc/utils/prof/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.1 2000/04/05 10:06:36 simonmar Exp $ +# $Id: Makefile,v 1.2 2000/04/05 10:27:10 simonmar Exp $ # # (c) The GHC Team, 2000 # @@ -10,7 +10,7 @@ include $(TOP)/mk/boilerplate.mk INSTALLING=1 ifeq "$(INSTALLING)" "1" -SUBDIRS = cgprof +SUBDIRS = cgprof icons endif SCRIPT_SUBST_VARS= \ -- 1.7.10.4