diff options
Diffstat (limited to 'ghc/utils/prof/icons/Makefile')
-rw-r--r-- | ghc/utils/prof/icons/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ghc/utils/prof/icons/Makefile b/ghc/utils/prof/icons/Makefile deleted file mode 100644 index 5b3eb4d40b..0000000000 --- a/ghc/utils/prof/icons/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -#----------------------------------------------------------------------------- -# $Id: Makefile,v 1.1 2000/04/05 10:11:55 simonmar Exp $ -# -# (c) The GHC Team, 2000 -# - -TOP=../../.. -include $(TOP)/mk/boilerplate.mk - -override datadir=$(libdir)/icons -INSTALL_DATAS=$(wildcard *.xbm) - -include $(TOP)/mk/target.mk |