From 7ce606ea61df3cfd046c3946d2631e0d46cb3bb5 Mon Sep 17 00:00:00 2001 From: John Popplewell Date: Mon, 20 Feb 2006 02:56:05 +0000 Subject: [PATCH] Fix for win32 and beos builds. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d303249b..3710a4722 100644 --- a/Makefile +++ b/Makefile @@ -960,7 +960,7 @@ tuxpaint: obj/tuxpaint.o obj/i18n.o obj/cursor.o obj/pixels.o \ -o tuxpaint \ $^ \ $(HQXX_O) \ - $(ARCH_LIBS) $(SDL_LIBS) \ + $(SDL_LIBS) \ -lm $(ARCH_LINKS) @$(RSRC_CMD) @$(MIMESET_CMD)