Try to keep make release from leaving config.h and MCONFIG turds
diff --git a/Makefile b/Makefile
index c6e7b2e..d70dec6 100644
--- a/Makefile
+++ b/Makefile
@@ -39,14 +39,14 @@
 
 release:
 	$(MAKE) configure
-	$(MAKE) distclean
 	$(MAKE) spec
+	$(MAKE) distclean
 
 mkzftree: $(OBJS)
 	$(CC) $(LDFLAGS) -o mkzftree $(OBJS) $(LIBS)
 
 spotless: distclean
-	rm -f configure config.h.in
+	rm -f configure config.h.in zisofs-tools.spec
 
 install: all
 	mkdir -p $(INSTALLROOT)$(bindir)