diff -Naur newlisp-9.1.1.org/makefile_linux newlisp-9.1.1/makefile_linux --- newlisp-9.1.1.org/makefile_linux 2007-04-17 21:08:45.000000000 -0400 +++ newlisp-9.1.1/makefile_linux 2007-04-17 21:08:56.000000000 -0400 @@ -15,7 +15,7 @@ # $(CC) $(OBJS) -g -lm -ldl -lreadline -ltermcap -o newlisp # $(CC) $(OBJS) -g -lm -ldl -lreadline -lncurses -o newlisp $(CC) $(OBJS) -g -lm -ldl -o newlisp - strip newlisp +# strip newlisp .c.o: $(CC) $(CFLAGS) $<