# HG changeset patch # User alex # Date 1066911044 0 # Node ID 119da136853c8898a5eeac928cb54c7354244111 # Parent 9a3230a5ef38957915a778d877ad28225ae56fae 10l to me, noticed by Bjorn Sandell diff -r 9a3230a5ef38 -r 119da136853c mp3lib/Makefile --- a/mp3lib/Makefile Thu Oct 23 12:05:33 2003 +0000 +++ b/mp3lib/Makefile Thu Oct 23 12:10:44 2003 +0000 @@ -47,15 +47,6 @@ libMP3.a: $(OBJS) $(AR) r libMP3.a $(OBJS) -ifeq ($(TARGET_OS),CYGWIN) - ./mp3lib_objfix.sh -endif -ifeq ($(TARGET_MINGW32),yes) - ./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.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm