aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
deleted file mode 100644
index 6af43cc..0000000
--- a/src/make.configuration.defn
+++ /dev/null
@@ -1,8 +0,0 @@
-
-ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),)
-.pseudo: MissingPUGHinIsoSurfacer
-MissingPUGHinIsoSurfacer:
- @echo "IsoSurfacer: requires PUGH"
- @echo "IsoSurfacer: Please add CactusPUGH/PUGH or remove IsoSurfacer from Thornlist !"
- exit 2
-endif