From 3f1205819abc893151c8572b72be51ae5f5bc150 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Wed, 15 Dec 2004 08:00:43 +0000 Subject: updated makefiles for gcc 3.4.3 and bnu 2.15 --- src/mesa/Makefile.mgw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/Makefile.mgw') diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index 2341eeecee..30b32660cb 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -20,7 +20,7 @@ # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# MinGW core makefile v1.3 for Mesa +# MinGW core makefile v1.4 for Mesa # # Copyright (C) 2002 - Daniel Borca # Email : dborca@users.sourceforge.net @@ -89,7 +89,7 @@ else endif AR = ar -ARFLAGS = rus +ARFLAGS = crus ifeq ($(wildcard $(addsuffix /rm.exe,$(subst ;, ,$(PATH)))),) UNLINK = del $(subst /,\,$(1)) -- cgit v1.2.3