1 diff -ruN axTLS-0.95-old/httpd/Makefile axTLS-0.95-new/httpd/Makefile
2 --- axTLS-0.95-old/httpd/Makefile 2006-02-28 02:50:28.000000000 +0100
3 +++ axTLS-0.95-new/httpd/Makefile 2006-05-18 22:24:02.000000000 +0200
5 $(LD) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
7 ifndef CONFIG_PLATFORM_SOLARIS
8 - strip --remove-section=.comment $(TARGET)
9 + $(STRIP) --remove-section=.comment $(TARGET)