diff --git a/Makefile b/Makefile
index 0766e78076a9e31998c2c60feca78ae0f51ad30d..47a4426538c2c83cad2c953c69bc7418724b890a 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)