aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-02-25 10:31:53 +0000
committerMax Horn2004-02-25 10:31:53 +0000
commit5df1bd8b492593cd89c6b9c65f2a49e421d23953 (patch)
tree95b15e1f1667b197b2b0f02ca6245d8ae7bd7499
parenta9507e63a85602d0e3a1e79fdacb189a52458397 (diff)
downloadscummvm-rg350-5df1bd8b492593cd89c6b9c65f2a49e421d23953.tar.gz
scummvm-rg350-5df1bd8b492593cd89c6b9c65f2a49e421d23953.tar.bz2
scummvm-rg350-5df1bd8b492593cd89c6b9c65f2a49e421d23953.zip
undoing this for now as it causes problems with at least MinGW
svn-id: r13050
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 55186f3d66..7212d3ec79 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -109,7 +109,7 @@ base/main.o: $(filter-out base/libbase.a,$(OBJS))
# The build rule for the ScummVM executable
$(EXECUTABLE): $(OBJS)
- $(CXX) $(LDFLAGS) $(LIBS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) -o $@
+ $(CXX) $(LDFLAGS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) $(LIBS) -o $@
distclean: clean
$(RM_REC) $(DEPDIRS)