
Run 'strip' over the 'old' binary, I forgot to uncomment the line in the
previous release.



 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN Makefile~strip_binaries Makefile
--- cur/Makefile~strip_binaries	2004-01-17 22:59:26.000000000 -0300
+++ cur-root/Makefile	2004-01-17 22:59:49.000000000 -0300
@@ -19,7 +19,7 @@ install: all lib_install man_install
 
 $(BUILD)/old: ${OBJS}
 	$(CC) $(CFLAGS) -o $(BUILD)/old $(OBJS) $(LIBS)
-	#strip $(BUILD)/old
+	strip $(BUILD)/old
 
 .c.o:
 	$(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@

_
