Skip to content
Snippets Groups Projects
Commit 167eb5b4 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-04-27 11:04:36 by simonmar]

remove 'veryclean' target.
parent 50531e3f
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.29 2000/04/21 18:07:46 panne Exp $
# $Id: Makefile,v 1.30 2000/04/27 11:04:37 simonmar Exp $
# We create two driver scripts:
# - one to run in-place in the build tree for building libraries
......@@ -65,7 +65,7 @@ SCRIPT_SUBST_VARS := \
ifeq "$(BIN_DIST)" "1"
SCRIPT_PREFIX_FILES=prefix.txt
else
SCRIPT_SUBST_VARS += libdir libexecdir datadir bindir TMPDIR TOP_PWD
SCRIPT_SUBST_VARS += libdir includedir libexecdir datadir bindir TMPDIR TOP_PWD
endif
all :: $(DYN_LOADABLE_BITS)
......@@ -73,7 +73,7 @@ all :: $(DYN_LOADABLE_BITS)
# 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
......
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.20 1999/12/08 09:48:33 simonmar Exp $
# $Id: Makefile,v 1.21 2000/04/27 11:04:37 simonmar Exp $
TOP=../..
include $(TOP)/mk/boilerplate.mk
......@@ -38,7 +38,7 @@ 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
......
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.3 2000/04/18 11:31:56 panne Exp $
# $Id: Makefile,v 1.4 2000/04/27 11:04:36 simonmar Exp $
#
# (c) The GHC Team, 2000
#
......@@ -35,7 +35,7 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment