aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--Makefile.mingw2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 32974918c7..707a90f7e9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,6 @@ OBJS :=
MODULES :=
MODULE_DIRS :=
-EXECUTABLE := scummvm$(EXEEXT)
-
# Load the make rules generated by configure
include config.mak
@@ -43,9 +41,11 @@ CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor
CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy
#######################################################################
-# Misc stuff - you should normally never have to edit this #
+# Misc stuff - you should never have to edit this #
#######################################################################
+EXECUTABLE := scummvm$(EXEEXT)
+
include $(srcdir)/Makefile.common
# check if configure has been run or has been changed since last run
diff --git a/Makefile.mingw b/Makefile.mingw
index b2c5ed60e0..b2304981b3 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -72,7 +72,7 @@ LIBS += -lvorbisfile -lvorbis -logg
#######################################################################
-# Misc stuff - you should normally never have to edit this #
+# Misc stuff - you should never have to edit this #
#######################################################################
EXECUTABLE := scummvm$(EXEEXT)