remove empty dir
[ghc-hetmet.git] / ghc / utils / prof / Makefile
index a6c73be..7887be7 100644 (file)
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.2 2000/04/05 10:27:10 simonmar Exp $
+# $Id: Makefile,v 1.5 2000/09/05 10:16:41 simonmar Exp $
 #
 # (c) The GHC Team, 2000
 #
@@ -16,7 +16,7 @@ endif
 SCRIPT_SUBST_VARS= \
  FPTOOLS_TOP_ABS \
  INSTALLING \
- TMPDIR \
+ DEFAULT_TMPDIR \
  TARGETPLATFORM
 
 INSTALLED_SCRIPT_PROG  = ghcprof
@@ -29,13 +29,13 @@ SCRIPT_PROG         =  $(INPLACE_SCRIPT_PROG)
 endif
 
 ifneq "$(BIN_DIST)" "1"
-SCRIPT_SUBST_VARS += libdir
+SCRIPT_SUBST_VARS += libdir libexecdir
 endif
 
 # don't recurse on 'make install'
 #
 ifeq "$(INSTALLING)" "1"
-all clean veryclean maintainer-clean ::
+all clean distclean mostlyclean maintainer-clean ::
        $(MAKE) INSTALLING=0 BIN_DIST=0 $(MFLAGS) $@
 endif