mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-lang/smlnj: better makefile fix
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
--- a/base/runtime/c-libs/smlnj-date/makefile 2023-01-23 08:32:22.450319630 +0100
|
||||
+++ b/base/runtime/c-libs/smlnj-date/makefile 2023-01-23 08:37:23.920174357 +0100
|
||||
@@ -26,7 +26,8 @@
|
||||
@@ -26,6 +26,7 @@
|
||||
strftime.o \
|
||||
unix-date.o
|
||||
|
||||
-$(LIBRARY) : $(VERSION) $(OBJS)
|
||||
+$(LIBRARY) : $(VERSION)
|
||||
+ $(MAKE) $(OBJS)
|
||||
+$(OBJS) : $(VERSION)
|
||||
$(LIBRARY) : $(VERSION) $(OBJS)
|
||||
rm -rf $(LIBRARY)
|
||||
$(AR) $(ARFLAGS) $(LIBRARY) $(OBJS)
|
||||
$(RANLIB) $(LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user