mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
Somehow I completely missed that version in spite of it having been released only days after 6.5.1. Signed-off-by: Marek Szuba <marecki@gentoo.org>
12 lines
320 B
Diff
12 lines
320 B
Diff
--- a/makefile
|
|
+++ b/makefile
|
|
@@ -36,7 +36,7 @@
|
|
tl_mem.o tl_rewrt.o tl_cache.o
|
|
|
|
spin: makefile $(SPIN_OS) $(TL_OS) spin.o
|
|
- $(CC) $(CFLAGS) -o spin spin.o $(SPIN_OS) $(TL_OS) $(LDFLAGS)
|
|
+ $(CC) $(CFLAGS) $(LDFLAGS) -o spin spin.o $(SPIN_OS) $(TL_OS) $(LDFLAGS)
|
|
|
|
install: spin
|
|
$(INSTALL) spin $(DESTDIR)/bin/spin
|