Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- bootpc-0.64.orig/Makefile
+++ bootpc-0.64/Makefile
@@ -33,11 +33,11 @@
${PROG}: ${OBJS}
${CC} -o ${PROG} ${CFLAGS} ${OBJS}
- strip ${PROG}
+ #strip ${PROG}
${PROG}-static: ${OBJS}
${CC} -static -o ${PROG} ${CFLAGS} ${OBJS}
- strip ${PROG}
+ #strip ${PROG}
# Make up a distribution file from the bits we want people to see
distrib: $(CFILES) $(CHEADS) $(MISC)