$OpenBSD: patch-mp3lib_Makefile,v 1.1.1.1 2002/05/09 05:19:10 pvalchev Exp $
--- mp3lib/Makefile.orig	Mon Apr 29 23:42:36 2002
+++ mp3lib/Makefile	Wed May  8 18:03:47 2002
@@ -38,9 +38,6 @@ libMP3.a:	$(OBJS)
 ifeq ($(TARGET_OS),CYGWIN)
 	./mp3lib_objfix.sh
 endif
-ifeq ($(TARGET_OS),OpenBSD)
-	./mp3lib_objfix.sh
-endif
 test1:	libMP3.a test.c
 	$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm
 
