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
No known key found for this signature in database
GPG Key ID: 99FA7FCB59FC3B81

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