From eb1a1652d7168e59ca6c811f8e9c25c537cb673f Mon Sep 17 00:00:00 2001
From: kamischi <karl-michael.schindler@web.de>
Date: Fri, 5 Jul 2024 18:57:30 +0200
Subject: [PATCH] remove accidental change

---
 source/f90/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/f90/Makefile b/source/f90/Makefile
index e722a8d..0fbf733 100644
--- a/source/f90/Makefile
+++ b/source/f90/Makefile
@@ -22,7 +22,7 @@ PYTHON3 = python3
 all: boson eels eels-boson
 
 bosonmods = sicot_mod.mod sintr_mod.mod rcffi_mod.mod
-doboson.o: doboson.f90 $(bosonmods) o.o
+doboson.o: doboson.f90 $(bosonmods)
 
 sicot_mod.mod: sintr_mod.mod
 
-- 
GitLab