2016-11-18 22:39:22 +01:00

15 lines
413 B
Plaintext

$NetBSD: patch-au,v 1.5 2015/12/29 23:34:48 dholland Exp $
Don't strip the executables during the build.
--- src/iconc/Makefile.orig
+++ src/iconc/Makefile
@@ -20,7 +20,6 @@
iconc: $(OBJS) $(COBJS)
$(CC) -o iconc $(OBJS) $(COBJS)
cp iconc ../../bin
- strip ../../bin/iconc$(EXE)
$(OBJS): ../h/config.h ../h/cpuconf.h ../h/cstructs.h ../h/define.h\
../h/mproto.h ../h/typedefs.h ../h/gsupport.h \