summaryrefslogtreecommitdiff
path: root/emulators/scummvm/files/patch-Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/scummvm/files/patch-Makefile.common')
-rw-r--r--emulators/scummvm/files/patch-Makefile.common17
1 files changed, 0 insertions, 17 deletions
diff --git a/emulators/scummvm/files/patch-Makefile.common b/emulators/scummvm/files/patch-Makefile.common
deleted file mode 100644
index 4433617646c9..000000000000
--- a/emulators/scummvm/files/patch-Makefile.common
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.common.orig Tue May 14 17:14:18 2002
-+++ Makefile.common Tue May 14 17:14:28 2002
-@@ -19,12 +19,12 @@
- scummvm.dsp scummvm.dsw sound/fmopl.h gui.h sound.h
-
- .cpp.o:
-- $(CC) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
-+ $(CXX) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
-
- all: scummvm$(EXEEXT)
-
- scummvm$(EXEEXT): $(OBJS)
-- $(CC) $(LDFLAGS) -o $(@) $(OBJS) $(LIBS)
-+ $(CXX) $(LDFLAGS) -o $(@) $(OBJS) $(LIBS)
-
- clean:
- rm -f $(OBJS) scummvm$(EXEEXT)