From a6e4ca6e55cfc3f3fd3253df69e803c8a999729a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 14 Sep 2007 12:55:42 +0000 Subject: [PATCH] distclean: ghcprof-inplace --- utils/prof/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/prof/Makefile b/utils/prof/Makefile index 0db52a2..aaedd74 100644 --- a/utils/prof/Makefile +++ b/utils/prof/Makefile @@ -15,6 +15,8 @@ all:: cat ghcprof.prl >> $(INPLACE_SCRIPT) $(EXECUTABLE_FILE) $(INPLACE_SCRIPT) +CLEAN_FILES += ghcprof-inplace + INSTALLED_SCRIPT=$(DESTDIR)$(bindir)/ghcprof install:: $(RM) -f $(INSTALLED_SCRIPT) -- 1.7.10.4