Makefile.os2: minor re-order.
diff --git a/Makefile.os2 b/Makefile.os2
index e05dc3b..d0106fe 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -57,12 +57,11 @@
 SRCS+= SDL_dummyaudio.c SDL_diskaudio.c
 SRCS+= SDL_nullvideo.c SDL_nullframebuffer.c SDL_nullevents.c
 SRCS+= SDL_dummysensor.c
-
-SRCS+= SDL_dynapi.c
-
 SRCS+= SDL_locale.c SDL_syslocale.c
 SRCS+= SDL_url.c SDL_sysurl.c
 
+SRCS+= SDL_dynapi.c
+
 OBJS = $(SRCS:.c=.obj)
 MOBJS= $(MSRCS:.c=.obj)