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
|
# src/test/modules/test_oat_hooks/Makefile
|
||||||
|
|
||||||
MODULE_big = test_oat_hooks
|
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"
|
PGFILEDESC = "test_oat_hooks - example use of object access hooks"
|
||||||
|
|
||||||
REGRESS = test_oat_hooks
|
REGRESS = test_oat_hooks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user