blob: f7d768f460755e947e6ba8d26946ef5b519881c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-au,v 1.3 2001/06/25 18:00:17 jtb Exp $
--- src/iconc/Makefile.orig Wed Jun 6 20:14:38 2001
+++ src/iconc/Makefile
@@ -20,7 +20,6 @@
iconc: $(OBJS) $(COBJS)
$(CC) -o iconc $(OBJS) $(COBJS)
cp iconc ../../bin
- strip ../../bin/iconc
$(OBJS): ../h/config.h ../h/cpuconf.h ../h/cstructs.h ../h/define.h\
../h/proto.h ../h/mproto.h ../h/typedefs.h ../h/gsupport.h \
|