mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
Use approved style for listing OBJS in test_oat_hooks Makefile
This commit is contained in:
parent
607e75e8f0
commit
fc15396dc6
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue