mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Use approved style for listing OBJS in test_oat_hooks Makefile
This commit is contained in:
parent
607e75e8f0
commit
fc15396dc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user