From fc15396dc6821e15c883b8101be45ee6298a4d77 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 23 Mar 2022 10:42:25 -0400 Subject: [PATCH] Use approved style for listing OBJS in test_oat_hooks Makefile --- src/test/modules/test_oat_hooks/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/modules/test_oat_hooks/Makefile b/src/test/modules/test_oat_hooks/Makefile index 8456723808..d1d874be79 100644 --- a/src/test/modules/test_oat_hooks/Makefile +++ b/src/test/modules/test_oat_hooks/Makefile @@ -1,7 +1,9 @@ # src/test/modules/test_oat_hooks/Makefile MODULE_big = test_oat_hooks -OBJS = test_oat_hooks.o $(WIN32RES) +OBJS = \ + $(WIN32RES) \ + test_oat_hooks.o PGFILEDESC = "test_oat_hooks - example use of object access hooks" REGRESS = test_oat_hooks