mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
11 lines
359 B
Text
11 lines
359 B
Text
--- Strn/Makefile.in.orig Mon Jan 10 14:37:45 2000
|
|
+++ Strn/Makefile.in Mon Jan 10 14:38:32 2000
|
|
@@ -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)"
|
|
|