mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
23 lines
594 B
Plaintext
23 lines
594 B
Plaintext
$NetBSD: patch-bg,v 1.2 2007/08/03 17:03:32 obache Exp $
|
|
|
|
--- src/mtest/Makefile.orig 2006-08-31 00:25:07.000000000 +0000
|
|
+++ src/mtest/Makefile
|
|
@@ -26,7 +26,7 @@
|
|
|
|
|
|
C = ../c-client
|
|
-CCLIENTLIB = $C/c-client.a
|
|
+CCLIENTLIB = $C/libc-client.la
|
|
SHELL = /bin/sh
|
|
|
|
# Get local definitions from c-client directory
|
|
@@ -38,7 +38,7 @@ LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
|
|
all: mtest
|
|
|
|
mtest: $(CCLIENTLIB) mtest.o
|
|
- $(CC) $(CFLAGS) -o mtest mtest.o $(LDFLAGS)
|
|
+ $(LTLINK) $(CC) $(CFLAGS) -o mtest mtest.o $(LDFLAGS)
|
|
|
|
mtest.o: $C/mail.h $C/misc.h $C/osdep.h $C/rfc822.h $C/smtp.h $C/nntp.h
|
|
|