diff options
Diffstat (limited to 'ghc/utils/prof/cgprof/Makefile')
-rw-r--r-- | ghc/utils/prof/cgprof/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ghc/utils/prof/cgprof/Makefile b/ghc/utils/prof/cgprof/Makefile deleted file mode 100644 index fd6ac040a7..0000000000 --- a/ghc/utils/prof/cgprof/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -#----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 2003/08/01 15:38:41 panne Exp $ -# -# (c) The GHC Team, 2000 -# - -TOP=../../.. -include $(TOP)/mk/boilerplate.mk - -C_PROG = cgprof -INSTALL_LIBEXECS=$(C_PROG) - -SRC_CC_OPTS += -Wall -I$(GHC_INCLUDE_DIR) - -include $(TOP)/mk/target.mk |