1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Use approved style for listing OBJS in test_oat_hooks Makefile

This commit is contained in:
Andrew Dunstan
2022-03-23 10:42:25 -04:00
parent 607e75e8f0
commit fc15396dc6

View File

@ -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