2003-02-16 02:25:18 -05:00
|
|
|
$OpenBSD: patch-libavcodec_Makefile,v 1.4 2003/02/16 07:25:18 brad Exp $
|
|
|
|
--- libavcodec/Makefile.orig Sat Feb 1 15:57:37 2003
|
|
|
|
+++ libavcodec/Makefile Thu Feb 13 16:58:25 2003
|
|
|
|
@@ -117,7 +117,7 @@ $(LIB): $(OBJS)
|
2002-10-14 05:50:48 -04:00
|
|
|
rm -f $@
|
|
|
|
$(AR) rc $@ $(OBJS)
|
2003-02-16 02:25:18 -05:00
|
|
|
ifneq ($(CONFIG_OS2),yes)
|
2002-10-14 05:50:48 -04:00
|
|
|
- $(RANLIB) $@
|
|
|
|
+# $(RANLIB) $@
|
2003-02-16 02:25:18 -05:00
|
|
|
endif
|
2002-10-14 05:50:48 -04:00
|
|
|
|
|
|
|
$(SLIB): $(OBJS)
|