This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via 75c3000f32ab287f3e1a6442a56968abd4e41fe2 (commit)
via 11940f2bce73e82efebcd6bb70a77cf40e630de1 (commit)
from 087000153fe2186d2cc274a4559c89f6fa849876 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 75c3000f32ab287f3e1a6442a56968abd4e41fe2
Merge: 0870001 11940f2
Author: Lawrence Sebald <ljs...@us...>
Date: Thu Sep 21 23:24:28 2023 -0400
Merge pull request #311 from cepawiel/make_fix
Fix Addons Makefile Deps
commit 11940f2bce73e82efebcd6bb70a77cf40e630de1
Author: Colton Pawielski <cep...@mt...>
Date: Mon Sep 18 21:07:48 2023 -0500
Fix Addons Makefile Deps
-----------------------------------------------------------------------
Summary of changes:
addons/Makefile.prefab | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/addons/Makefile.prefab b/addons/Makefile.prefab
index 131d6b4..f313440 100644
--- a/addons/Makefile.prefab
+++ b/addons/Makefile.prefab
@@ -18,7 +18,7 @@
defaultall: $(OBJS) subdirs linklib
-linklib:
+linklib: $(OBJS) $(LIB_OBJS)
rm -f $(KOS_BASE)/addons/lib/$(KOS_ARCH)/$(TARGET)
$(KOS_AR) rcs $(KOS_BASE)/addons/lib/$(KOS_ARCH)/$(TARGET) $(OBJS) $(LIB_OBJS)
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|