From: sebc Date: Wed, 7 Feb 2001 12:46:52 +0000 (+0000) Subject: [project @ 2001-02-07 12:46:52 by sebc] X-Git-Tag: Approximately_9120_patches~2719 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=89e8dbabaffd5fa5cae535fd8e360bd8df78967a;p=ghc-hetmet.git [project @ 2001-02-07 12:46:52 by sebc] Renamed ALL, BOOT and INSTALL (!) variables to ALL_TARGET, BOOT_TARGET, and INSTALL_TARGET to get rid of a conflict with autoconf's INSTALL variable. --- diff --git a/mk/target.mk b/mk/target.mk index 2aaf39a..8a552ce 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -81,12 +81,12 @@ ifneq "$(SUBDIRS)" "" # we override the boot & all targets in the top level Makefile ifneq "$(NO_ALL_TARGETS)" "YES" -ALL = all -BOOT = boot -INSTALL = install +ALL_TARGET = all +BOOT_TARGET = boot +INSTALL_TARGET = install endif -$(ALL) docs runtests $(BOOT) TAGS clean distclean mostlyclean maintainer-clean $(INSTALL) html ps dvi txt:: +$(ALL_TARGET) docs runtests $(BOOT_TARGET) TAGS clean distclean mostlyclean maintainer-clean $(INSTALL_TARGET) html ps dvi txt:: @echo "------------------------------------------------------------------------" @echo "===fptools== Recursively making \`$@' in $(SUBDIRS) ..." @echo "PWD = $(shell pwd)"