mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
--- Strn/Makefile.orig Mon Feb 8 18:10:17 1999
|
|
+++ Strn/Makefile Thu Feb 18 01:23:16 1999
|
|
@@ -42,7 +42,7 @@
|
|
|
|
$(LIBSO): $(SOBJS)
|
|
/bin/rm -f "$(LIBSO)"
|
|
- gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
|
|
+ $(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
|
|
/bin/ln -s "$(LIBSO)" "$(LIBSOS)"
|
|
-@/bin/ls -l "$(LIBSOS)" "$(LIBSO)"
|
|
|