X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fprof%2FMakefile;h=7887be7f1ddcd5018a171a3dc6a9b2c4439e8b59;hb=5b7cf08b9536041724146221aaf8e04236e57cb4;hp=a6c73be94debe743b8fb9305cbd82c55f417e685;hpb=2aff6fe723e309506d7be62569000d690249fae1;p=ghc-hetmet.git diff --git a/ghc/utils/prof/Makefile b/ghc/utils/prof/Makefile index a6c73be..7887be7 100644 --- a/ghc/utils/prof/Makefile +++ b/ghc/utils/prof/Makefile @@ -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