debuggers.hg
changeset 3065:97eb14e61a7f
bitkeeper revision 1.1159.176.2 (419bcd80h-r7PbubJr0FE4gcCaXwRQ)
Add support for standalone make -f buildconfigs/mk... back.
Add support for standalone make -f buildconfigs/mk... back.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Wed Nov 17 22:15:28 2004 +0000 (2004-11-17) |
parents | f3db24b0b8c9 |
children | dbf307f6b2ca d7517f43cfda |
files | buildconfigs/Rules.mk |
line diff
1.1 --- a/buildconfigs/Rules.mk Wed Nov 17 16:16:34 2004 +0000 1.2 +++ b/buildconfigs/Rules.mk Wed Nov 17 22:15:28 2004 +0000 1.3 @@ -1,3 +1,8 @@ 1.4 + 1.5 +# We expect these two to already be set if people 1.6 +# are using the top-level Makefile 1.7 +DIST_DIR ?= $(shell pwd)/dist 1.8 +INSTALL_DIR ?= $(DIST_DIR)/install 1.9 1.10 .PHONY: mkpatches mrproper 1.11