CVS: main/Gui/bitmap Makefile,1.1,1.2
Update of /cvsroot/mplayer/main/Gui/bitmap In directory mail:/var/tmp.root/cvs-serv30514/Gui/bitmap Modified Files: Makefile Log Message: patchs by Björn Sandell <biorn@dce.chalmers.se>: - --disable-select affects more than the oss audio - openbsd and netbsd oss support for non-x86 - ar/AR cleanups as '$(AR)' defaults to 'ar' with make Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/Gui/bitmap/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 25 Aug 2001 21:04:27 -0000 1.1 +++ Makefile 10 May 2002 01:50:15 -0000 1.2 @@ -16,7 +16,7 @@ make -C jpeg/jpeg-6b libjpeg.a ) # ( make -C jpeg/jpeg-6b libjpeg.a && mv jpeg/jpeg-6b/libjpeg.a "$(JPEGLIB)" ) ) $(MAKE) $(OBJS) - ar rc libbitmap.a $(OBJS) jpeg/jpeg-6b/*.o + $(AR) rc libbitmap.a $(OBJS) jpeg/jpeg-6b/*.o ranlib libbitmap.a mv libbitmap.a ../libs
participants (1)
-
pl