aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2004-04-10 18:19:26 +0000
committerschnetter <schnetter@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2004-04-10 18:19:26 +0000
commit468f34d8f195a616f6a4ec92601259e3a82e8001 (patch)
treec5d401c5102dac01851ebd5d8220a9d4905262ee
parentdb1f4ab26afbbc21a54a1fdeca50e71e913b5815 (diff)
Remove empty file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@74 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-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