summaryrefslogtreecommitdiff
path: root/editors/pico/patches/patch-aj
blob: 71166b66d81d2a01021d6ce7955c3d94ea360c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1 2009/11/26 00:10:42 joerg Exp $

--- pico/osdep/makefile.orig	2009-11-26 01:05:39.000000000 +0100
+++ pico/osdep/makefile
@@ -21,7 +21,7 @@ ALL=	os-a32.c os-a41.c os-aix.c \
 all:		includer $(ALL)
 
 includer:	includer.c
-		$(CC) -o includer includer.c
+		$(LDCC) -o includer includer.c
 
 clean:
 		$(RM) $(ALL) includer