You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/spin/files/spin-6.5.2-makefile.patch

12 lines
320 B

--- 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