Index: tests/OFArray/Makefile ================================================================== --- tests/OFArray/Makefile +++ tests/OFArray/Makefile @@ -3,11 +3,11 @@ include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../../src -I../.. -LIBS += -lobjc -L../../src -lobjfw +LIBS += -L../../src -lobjfw -lobjc .PHONY: run all: run run: ${PROG_NOINST} Index: tests/OFHashes/Makefile ================================================================== --- tests/OFHashes/Makefile +++ tests/OFHashes/Makefile @@ -3,11 +3,11 @@ include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../../src -I../.. -LIBS += -lobjc -L../../src -lobjfw +LIBS += -L../../src -lobjfw -lobjc .PHONY: run all: run run: ${PROG_NOINST} Index: tests/OFList/Makefile ================================================================== --- tests/OFList/Makefile +++ tests/OFList/Makefile @@ -3,11 +3,11 @@ include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../../src -I../.. -LIBS += -lobjc -L../../src -lobjfw +LIBS += -L../../src -lobjfw -lobjc .PHONY: run all: run run: ${PROG_NOINST} Index: tests/OFObject/Makefile ================================================================== --- tests/OFObject/Makefile +++ tests/OFObject/Makefile @@ -3,11 +3,11 @@ include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../../src -I../.. -LIBS += -lobjc -L../../src -lobjfw +LIBS += -L../../src -lobjfw -lobjc .PHONY: run all: run run: ${PROG_NOINST} Index: tests/OFString/Makefile ================================================================== --- tests/OFString/Makefile +++ tests/OFString/Makefile @@ -3,11 +3,11 @@ include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../../src -I../.. -LIBS += -lobjc -L../../src -lobjfw +LIBS += -L../../src -lobjfw -lobjc .PHONY: run all: run run: ${PROG_NOINST} Index: tests/OFTCPSocket/Makefile ================================================================== --- tests/OFTCPSocket/Makefile +++ tests/OFTCPSocket/Makefile @@ -3,11 +3,11 @@ include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../../src -I../.. -LIBS += -lobjc -L../../src -lobjfw +LIBS += -L../../src -lobjfw -lobjc .PHONY: run all: run run: ${PROG_NOINST} Index: tests/OFXMLFactory/Makefile ================================================================== --- tests/OFXMLFactory/Makefile +++ tests/OFXMLFactory/Makefile @@ -3,11 +3,11 @@ include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../../src -I../.. -LIBS += -lobjc -L../../src -lobjfw +LIBS += -L../../src -lobjfw -lobjc .PHONY: run all: run run: ${PROG_NOINST}