From c61036fd9e0d5b31d8634fc19034a755f5fb3961 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 19 Jul 1998 12:37:43 +0000 Subject: [PATCH] lilypond-1.0.1 --- make/Stepmake.make | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 make/Stepmake.make diff --git a/make/Stepmake.make b/make/Stepmake.make new file mode 100644 index 0000000000..883b34e040 --- /dev/null +++ b/make/Stepmake.make @@ -0,0 +1,26 @@ +# make/Stepmake.make + +include $(depth)/make/Toplevel_version.make + +# Don't try to outsmart us, you puny computer! +ifeq (0,${MAKELEVEL}) + MAKE:=$(MAKE) --no-builtin-rules +endif + +ifndef config + configuration=config +else + configuration=config-$(config) +endif + +include $(depth)/$(configuration).make + +stepdir = $(depth)/$(stepmake)/stepmake +include $(stepdir)/Include.make + +# ugh. +$(depth)/$(configuration).make: $(depth)/configure + @echo "**************************************" + @echo "configure changed! You should probably reconfigure manually." + @echo "**************************************" + (cd $(depth); ./config.status) -- 2.39.5