From a71ae310fc944eef91498a10327dd7b6c277e3dc Mon Sep 17 00:00:00 2001
From: Douglas Guptill <douglas.guptill@dal.ca>
Date: Sun, 31 May 2009 18:24:30 +0000
Subject: [PATCH] tweaks

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0766e780..47a44265 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,6 @@ do_leaf_measurements.o \
 embed_surface_in_octree.o \
 erosion.o \
 find_void_nodes.o \
-flush.o \
 heap.o \
 improve_osolve.o\
 initialize_temperature.o \
@@ -73,6 +72,9 @@ wsmp_setup.o\
 DOUAR.o \
 write_global_output.o vrm.o
 
+# Don't need this if we use -qextname
+# flush.o \
+
 
 all: $(BIN)
 $(BIN): subdirs $(OBJECTS)
-- 
GitLab