From 06517d6d1cfa9f98194ed72ed8e4faa7b0200c85 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Mon, 27 Oct 2014 12:34:12 +0000
Subject: [PATCH] - remove *~ files before build

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 82ffb90..a8c69d0 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ distclean: clean
 
 SLUBStoragePlugin.jar: $(OBJS)
 	@mkdir build;
+	@find ./ -name "*~" -exec rm -f \{\} \;
 	@cp -r PLUGIN-INF/ build/
 	@cp -r META-INF/ build/
 	@cd java; find ./ -name "*.class" -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd ..
-- 
GitLab