summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ax
blob: 28eaff62351418e40ae43ea99edfcb07d0115762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ax,v 1.4 2003/03/24 12:12:10 jtb Exp $

--- src/runtime/Makefile.orig	Mon Mar  4 21:32:56 2002
+++ src/runtime/Makefile
@@ -41,7 +41,6 @@ iconx: $(OBJS)
 	cd ../common; $(MAKE)
 	$(CC) $(RLINK) -o iconx  $(OBJS) $(XL) $(RLIBS) $(TL)
 	cp iconx ../../bin
-	strip ../../bin/iconx
 
 xcnv.o: cnv.r $(HDRS)
 	../../bin/rtt -x cnv.r
@@ -311,7 +310,7 @@ rt.a: ../common/rswitch.o ../common/long
 	    ../common/long.o ../common/time.o\
 	    ../common/xwindow.o ../common/alloc.o
 	ranlib rt.a 2>/dev/null || :
-	cp rt.a rt.db ../common/dlrgint.o ../../bin
+	cp rt.a rt.db ../common/dlrgint.o ../../lib/icon
 
 cnv.o: cnv.r $(HDRS)
 	../../bin/rtt cnv.r