Don't clean up the install directory for now until I unfubar this mess.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
diff --git a/Makefile b/Makefile
index 500548b..cb6e896 100644
--- a/Makefile
+++ b/Makefile
@@ -139,11 +139,11 @@
 clean_install_dir::
 	$(RM) -Rf "$(INSTALL_DIR)"
 
-# Don't clean the directory if the build-tree is set to the srcdir, or the
-# build tree is unconfigured.
-ifneq ($(filter $(BUILD_TREE_STATE),$(BUILD_TREE_SRCDIR_INSTALL) $(BUILD_TREE_UNCONFIGURED)),)
-CLEAN_TARGETS	+= clean_install_dir
-endif
+# Clean the directory if the build-tree is properly configured and not set to
+# the srcdir.
+#ifeq ($(filter $(BUILD_TREE_STATE),$(BUILD_TREE_SRCDIR_INSTALL) $(BUILD_TREE_UNCONFIGURED)),)
+#CLEAN_TARGETS	+= clean_install_dir
+#endif
 
 clean:: $(CLEAN_TARGETS)
 	$(RM) -f Version