aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-08-03 01:38:51 +0300
committernotaz2012-08-03 01:45:11 +0300
commitf89fa2d9b2c3e90a361a38656cb45e20cf7cf097 (patch)
tree744d1e8eb4465991238f587cbd4bd0c004fbcf76 /Makefile
parent5b9f1b9e4aa51af5712cf1d90552ace57d9f486b (diff)
downloadpcsx_rearmed-f89fa2d9b2c3e90a361a38656cb45e20cf7cf097.tar.gz
pcsx_rearmed-f89fa2d9b2c3e90a361a38656cb45e20cf7cf097.tar.bz2
pcsx_rearmed-f89fa2d9b2c3e90a361a38656cb45e20cf7cf097.zip
configure: fix some ordering issues
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61bec8b..c10f739 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# default stuff goes here, so that config can override
TARGET = pcsx
CFLAGS += -Wall -ggdb -Ifrontend -ffast-math
-LDLIBS += -lpthread -lm
+LDLIBS += -lpthread
ifndef DEBUG
CFLAGS += -O2 -DNDEBUG
endif