mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
15 lines
413 B
Plaintext
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 \
|