diff Gui/Makefile @ 6036:5d543521dd06

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
author pl
date Fri, 10 May 2002 01:50:17 +0000
parents 3997f8eec36e
children 54cfbaaf161b
line wrap: on
line diff
--- a/Gui/Makefile	Fri May 10 01:23:15 2002 +0000
+++ b/Gui/Makefile	Fri May 10 01:50:17 2002 +0000
@@ -28,7 +28,7 @@
 $(LIB):	.depend	$(OBJS)
 	$(MAKE) -C mplayer
 	rm -f $(LIB)
-	ar rc $(LIB) $(OBJS) $(MPLAYEROBJS)
+	$(AR) rc $(LIB) $(OBJS) $(MPLAYEROBJS)
 
 all:	$(LIB)