aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-03-23 10:42:25 -0400
committerAndrew Dunstan <andrew@dunslane.net>2022-03-23 10:42:25 -0400
commitfc15396dc6821e15c883b8101be45ee6298a4d77 (patch)
treeddcadb25b5c87d0641a0e7de71ea0dc834dd0c5a
parent607e75e8f0f84544feb879b747da1d40fed71499 (diff)
downloadpostgresql-fc15396dc6821e15c883b8101be45ee6298a4d77.tar.gz
postgresql-fc15396dc6821e15c883b8101be45ee6298a4d77.zip
Use approved style for listing OBJS in test_oat_hooks Makefile
-rw-r--r--src/test/modules/test_oat_hooks/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/modules/test_oat_hooks/Makefile b/src/test/modules/test_oat_hooks/Makefile
index 8456723808c..d1d874be79e 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