diff --git a/build.lisp b/build.lisp
index 9965484..36e8848 100644
--- a/build.lisp
+++ b/build.lisp
@@ -161,7 +161,7 @@
(with-open-file (out path :direction :output
:element-type 'character
:external-format :utf-8
- :if-exists :overwrite
+ :if-exists :supersede
:if-does-not-exist :create)
(declare (type stream out))
(dolist (sys (system-and-dependencies system))