From f89fa2d9b2c3e90a361a38656cb45e20cf7cf097 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 3 Aug 2012 01:38:51 +0300 Subject: configure: fix some ordering issues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3