# HG changeset patch # User michaelni # Date 1047384553 0 # Node ID 5e7f9b16e0a8c8af0a239854a5db3abc4b9ecdab # Parent 33753bc4869e84d81383acb39bed292917bce19d restoring OS/2 compatibility patch by ("Slavik Gnatenko" ) diff -r 33753bc4869e -r 5e7f9b16e0a8 Makefile --- a/Makefile Tue Mar 11 02:03:40 2003 +0000 +++ b/Makefile Tue Mar 11 12:09:13 2003 +0000 @@ -67,9 +67,7 @@ $(LIB): $(OBJS) $(PPOBJS) rm -f $@ $(AR) rc $@ $(OBJS) $(PPOBJS) -ifneq ($(CONFIG_OS2),yes) $(RANLIB) $@ -endif depend: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend