diff options
Diffstat (limited to 'emulators/xmame/files/patch-makefile.mes')
-rw-r--r-- | emulators/xmame/files/patch-makefile.mes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/xmame/files/patch-makefile.mes b/emulators/xmame/files/patch-makefile.mes new file mode 100644 index 000000000000..18d003b1872b --- /dev/null +++ b/emulators/xmame/files/patch-makefile.mes @@ -0,0 +1,11 @@ +--- makefile.mes.orig Mon Feb 14 18:03:35 2005 ++++ makefile.mes Mon Feb 14 18:05:09 2005 +@@ -344,7 +344,7 @@ + $(OBJ)/mess/windows/parallel.o \ + $(OBJ)/mess/windows/strconv.o + @echo Linking $@... +- $(LD) $(LDFLAGS) $(CONSOLE_PROGRAM) $^ -Wl,--allow-multiple-definition $(ZLIB) $(LIBS) -lwinmm -o $@ ++ touch $@ + + # secondary libraries + $(OBJ)/libexpat.a: $(OBJ)/expat/xmlparse.o $(OBJ)/expat/xmlrole.o $(OBJ)/expat/xmltok.o |