From ac493250c185229ece7c94ef79519e9741959d0e Mon Sep 17 00:00:00 2001
From: dave <devnull@localhost>
Date: Mon, 20 Sep 2004 00:47:55 +0200
Subject: [PATCH] [svn r6519] Absolutely the last attempt.

---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 8464f25d8..d0a375419 100644
--- a/Makefile
+++ b/Makefile
@@ -38,13 +38,13 @@ surveytable:
 
 3dfiles: noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d
 
-noinfo/all.3d: $(shell find $(dataset_path) -name "*.svx"))
+noinfo/all.3d: $(shell find $(dataset_path) -name "*.svx")
 	cavern $(cavern_flags) $(dataset_path)/all -o noinfo/all.3d
 
-smkridge/204/204.3d: $(shell find $(dataset_path)/caves/204 -name "*.svx"))
+smkridge/204/204.3d: $(shell find $(dataset_path)/caves/204 -name "*.svx")
 	cavern $(cavern_flags) $(dataset_path)/caves/204/204 -o smkridge/204/204.3d
 
-smkridge/234/234.3d: $(shell find $(dataset_path)/caves/234 -name "*.svx"))
+smkridge/234/234.3d: $(shell find $(dataset_path)/caves/234 -name "*.svx")
 	cavern $(cavern_flags) $(dataset_path)/caves/234/234 -o smkridge/234/234.3d
 
 plateau/76/76.3d: $(shell find $(dataset_path)/caves/76/ -name "*.svx")