From 0f1974a502be7b515fb73b8ad8fee3d3daac34c4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 17 Apr 2000 14:27:32 +0000 Subject: [PATCH] [project @ 2000-04-17 14:27:32 by simonmar] Add prof to SUBDIRS --- ghc/utils/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 03ef1fb..8ee27f2 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -10,6 +10,7 @@ SUBDIRS = hp2ps \ mkdependHS \ parallel \ stat2resid \ + prof \ unlit endif -- 1.7.10.4