From 7eb436de46930c3fc5905567123fdc55e3e34f9c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 20 Apr 2024 23:24:18 +0200 Subject: [PATCH] Add all-in-one version of utest_ext for AIX --- utest/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utest/Makefile b/utest/Makefile index ce0f5c430..d4154e0c2 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -58,6 +58,7 @@ OBJS = utest_main2.o endif ifeq ($(OSNAME), AIX) OBJS = utest_main2.o +OBJS_EXT = $(DIR_EXT)/utest_main2.o endif all : run_test