From: Matt McCutchen Date: Sun, 11 Jan 2009 00:34:01 +0000 (-0500) Subject: Catch an attempt to "make" without "shell-setup". X-Git-Url: https://mattmccutchen.net/measurements/measurements.git/commitdiff_plain/755aed6182785175156e1f623a65e65715ac41ae?hp=281bbfc4ab0c3b24cea53ad1c8b35b43e3b8173a Catch an attempt to "make" without "shell-setup". --- diff --git a/Makefile b/Makefile index 28e2824..a139c25 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,11 @@ NAME:=measurements empty:= + # $(OO) is now taken from shell-setup. +ifeq ($(OO),) +$(error You must source "shell-setup" in the shell before running make.) +endif + IDL_TYPES:=net/mattmccutchen/measurements/XMeasurementsAddIn