distclean: ghcprof-inplace
authorSimon Marlow <simonmar@microsoft.com>
Fri, 14 Sep 2007 12:55:42 +0000 (12:55 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 14 Sep 2007 12:55:42 +0000 (12:55 +0000)
utils/prof/Makefile

index 0db52a2..aaedd74 100644 (file)
@@ -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)