diff options
author | Max Horn | 2004-02-01 01:32:43 +0000 |
---|---|---|
committer | Max Horn | 2004-02-01 01:32:43 +0000 |
commit | cd369ebad26f8c5f50b920160deda2695bcdba87 (patch) | |
tree | 28d9b801e805da77485b4d406f7556bfde25ca89 | |
parent | 28f8f4d0918db1fd71f80cc9b0b02bb04cda6e48 (diff) | |
download | scummvm-rg350-cd369ebad26f8c5f50b920160deda2695bcdba87.tar.gz scummvm-rg350-cd369ebad26f8c5f50b920160deda2695bcdba87.tar.bz2 scummvm-rg350-cd369ebad26f8c5f50b920160deda2695bcdba87.zip |
cleanup
svn-id: r12693
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | Makefile.mingw | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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) |