From 8c720ade0c5ca0437f60f94bb420d659b2c23823 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 19 Feb 2012 23:24:50 +0000 Subject: - Update to version 0.145 PR: 164990 Submitted by: Ports Fury --- emulators/mame/files/patch-makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 emulators/mame/files/patch-makefile (limited to 'emulators/mame/files/patch-makefile') diff --git a/emulators/mame/files/patch-makefile b/emulators/mame/files/patch-makefile deleted file mode 100644 index 5c722bda0d74..000000000000 --- a/emulators/mame/files/patch-makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- makefile.orig 2010-07-30 10:42:41.000000000 +0200 -+++ makefile 2010-07-30 10:43:26.000000000 +0200 -@@ -295,8 +295,8 @@ - - # compiler, linker and utilities - AR = @ar --CC = @gcc --LD = @g++ -+CC:= @$(CC) -+LD:= @$(CXX) - MD = -mkdir$(EXE) - RM = @rm -f - OBJDUMP = @objdump -@@ -344,7 +344,7 @@ - endif - - # fullname is prefix+name+suffix+suffix64+suffixdebug --FULLNAME = $(PREFIX)$(PREFIXSDL)$(NAME)$(SUFFIX)$(SUFFIX64)$(SUFFIXDEBUG)$(SUFFIXPROFILE) -+FULLNAME = $(NAME) - - # add an EXE suffix to get the final emulator name - EMULATOR = $(FULLNAME)$(EXE) -- cgit v1.2.3